Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
3eff9df2
Commit
3eff9df2
authored
Mar 29, 2005
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor fixes.
parent
4f256c8e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
4 deletions
+18
-4
man/ChangeLog
man/ChangeLog
+13
-0
man/xresources.texi
man/xresources.texi
+5
-4
No files found.
man/ChangeLog
View file @
3eff9df2
2005-03-29 Richard M. Stallman <rms@gnu.org>
* xresources.texi: Minor fixes.
* misc.texi (Emacs Server): Fix Texinfo usage.
* emacs.texi (Top): Don't use a real section heading for
"Detailed Node Listing". Fake it instead.
* basic.texi (Position Info): Minor cleanup.
* mule.texi (Input Methods): Minor cleanup.
2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
* programs.texi (ForIndent Vars): `fortran-if-indent' does other
...
...
man/xresources.texi
View file @
3eff9df2
...
...
@@ -52,7 +52,8 @@ Registry, under the key @samp{HKEY_CURRENT_USER\SOFTWARE\GNU\Emacs}
and then under the key @samp{HKEY_LOCAL_MACHINE\SOFTWARE\GNU\Emacs}.
The menu and scrollbars are native widgets on MS-Windows, so they are
only customizable via the system-wide settings in the Display Control
Panel.
Panel. You can also set resources using the @samp{-xrm} command line
option (see below.)
Programs define named resources with particular meanings. They also
define how to group resources into named classes. For instance, in
...
...
@@ -668,8 +669,8 @@ or just the class.
@end table
@noindent
You must s
o
ecify the class and the style in double-quotes, and put
these commands at the top level in
a @file{~/.gtkrc-2.0}
file, like
You must s
p
ecify the class and the style in double-quotes, and put
these commands at the top level in
the GTK customization
file, like
this:
@smallexample
...
...
@@ -782,7 +783,7 @@ widget "*emacs-menuitem* style "my_menu_style"
automatically applies only to Emacs, since other programs don't read
that file. For example, the drop down menu in the file dialog can not
be customized by any absolute widget name, only by an absolute class
name. This is
so
because the widgets in the drop down menu do not
name. This is because the widgets in the drop down menu do not
have names and the menu is not contained in the Emacs GtkWindow. To
have all menus in Emacs look the same, use this in
@file{~/.emacs.d/gtkrc}:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment