emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/emacs macos.texi


From: David Reitter
Subject: [Emacs-diffs] emacs/doc/emacs macos.texi
Date: Mon, 08 Jun 2009 04:02:07 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     David Reitter <davidswelt>      09/06/08 04:02:07

Modified files:
        doc/emacs      : macos.texi 

Log message:
         macos.texi (Color panel, Font panel): Remove mention of Save Options,
         since saving colors and faces set this way is not implemented.
         (Environment variables): Remove mention of mac-fix-env, which is
         scheduled to be removed.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/emacs/macos.texi?cvsroot=emacs&r1=1.12&r2=1.13

Patches:
Index: macos.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/emacs/macos.texi,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- macos.texi  2 May 2009 19:28:41 -0000       1.12
+++ macos.texi  8 Jun 2009 04:02:07 -0000       1.13
@@ -45,12 +45,12 @@
 Bindings}).
 
   The standard Mac / GNUstep font and color panels are accessible via Lisp 
commands.
-  To use the color panel, drag from it to an Emacs frame
-to change the foreground color of the face at that position (if the
address@hidden key is held down, it changes the background color
-instead).  To finalize the settings for either color or font, choose
address@hidden Options} in the @samp{Options} menu.  To discard the
+  To use the color panel, drag from it to an Emacs frame to change the
+foreground color of the face at that position (if the @key{shift} key
+is held down, it changes the background color instead). To discard the
 settings, create a new frame and close the altered one.
address@hidden [unclear if the following holds.]
address@hidden  To finalize the settings for either color or font, choose 
@samp{Save Options} in the @samp{Options} menu. 
 
   @key{S-Mouse-1} (i.e., clicking the left mouse button
 while holding down the @key{Shift} key) adjusts the region to the
@@ -59,7 +59,7 @@
 @key{S-Mouse-1} normally does (@pxref{Temporary Face Changes}).  This
 change makes Emacs behave more like other Mac / GNUstep applications.
 
-  When you open or save files using the menus, or using the standard
+  When you open or save files using the menus, or using the 
 @key{Cmd-o} and @key{Cmd-S} bindings, Emacs uses graphical file
 dialogs to read file names.  However, if you use the regular Emacs key
 sequences, such as @key{C-x C-f}, Emacs uses the minibuffer to read
@@ -83,23 +83,10 @@
 set which often causes the subprocesses it launches to behave differently than
 they would when launched from the shell.
 
-To solve this problem for Emacs, there are two solutions.  First is to
-run, from the command line:
-
address@hidden
-.../Emacs.app/Contents/MacOS/bin/mac-fix-env
address@hidden example
-
-This will pick up your environment settings and save them into a special file
address@hidden/.MacOSX/environment.plist}, which the desktop environment will 
use to
-set the environment for all launched applications.  The drawback of this
-method is it needs to be run again whenever something changes.
-
-As for the PATH and MANPATH variables, a simpler, system-wide method
+As for the PATH and MANPATH variables, a system-wide method
 of setting PATH is recommended on Mac OS X 10.5 and later, using the
 @file{/etc/paths} files and the @file{/etc/paths.d} directory.
 
-
 @node Mac / GNUstep Customization, Mac / GNUstep Events, Mac / GNUstep Basics, 
Mac OS / GNUstep
 @section Mac / GNUstep Customization
 
@@ -110,16 +97,21 @@
 @subsection Font and Color Panels
 
 The Font Panel may be accessed with M-x ns-popup-font-panel.  It
-will set the default font in the frame most recently used or clicked on.  To
-make the setting permanent, use @samp{Save Options} in the Options menu, or
-run @code{menu-bar-options-save}.
+will set the default font in the frame most recently used or clicked
+on.
+
address@hidden  To make the setting permanent, use @samp{Save Options} in the
address@hidden Options menu, or run @code{menu-bar-options-save}.
 
 You can bring up a color panel with M-x ns-popup-color-panel. and
 drag the color you want over the emacs face you want to change.  Normal
 dragging will alter the foreground color.  Shift dragging will alter the
-background color.  To make the changes permanent select the "Save Options"
-item in the "Options" menu, or run @code{menu-bar-options-save}.  Useful in 
this
-context is the listing of all faces obtained by @key{M-x}
+background color.
+
address@hidden To make the changes permanent select the "Save Options"
address@hidden item in the "Options" menu, or run @code{menu-bar-options-save}. 
+
+Useful in this context is the listing of all faces obtained by @key{M-x}
 @code{list-faces-display}.
 
 @subsection Open files by dragging to an Emacs window




reply via email to

[Prev in Thread] Current Thread [Next in Thread]