]> git.eshelyaron.com Git - emacs.git/commitdiff
remove easy-mmode from loadup.el before ns-win; correct docs in ns-win
authorAdrian Robert <Adrian.B.Robert@gmail.com>
Wed, 16 Jul 2008 02:46:09 +0000 (02:46 +0000)
committerAdrian Robert <Adrian.B.Robert@gmail.com>
Wed, 16 Jul 2008 02:46:09 +0000 (02:46 +0000)
lisp/ChangeLog
lisp/loadup.el
lisp/term/ns-win.el

index a22e595f50957727892c48b2c83531c688506991..b66b1b3882aeb18a1ef066541537eafc175cc2e9 100644 (file)
@@ -1,3 +1,10 @@
+2008-07-16  Adrian Robert <Adrian.B.Robert@gmail.com>
+
+       * loadup.el: Remove load of easy-mmode prior to ns-win when NS
+       windowing is used.
+       * term/ns-win.el (ns-extended-platform-support-mode):
+       Corrected/improved documentation.
+
 2008-07-16  Glenn Morris  <rgm@gnu.org>
 
        * paths.el (rmail-spool-directory): Remove settings for systems that are
@@ -31,7 +38,8 @@
        * frame.el (make-frame-on-display): Follow code for 'x in initializing
        'ns window system if need be.
        (various): Add 'ns as described above.
-       * loadup.el: Load ns-win.el if ns-windowing is active.
+       * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
+       ns-windowing is active.
        * startup.el (command-line-ns-option-alist): New constant to handle NS
        windowing system specific command line args analogous to how they are
        handled for X windows.
index bd4d08b0449b018b32df22daf6a7141bc4b3f199..30a26e902b35bc4534030dbcb63b03188f19141e 100644 (file)
 (if (featurep 'ns-windowing)
     (progn
       (load "emacs-lisp/easymenu")  ;; for platform-related menu adjustments
-      (load "emacs-lisp/easy-mmode")
       (load "term/ns-win")))
 (if (fboundp 'atan)    ; preload some constants and
     (progn             ; floating pt. functions if we have float support.
index da0ec4744e2336a3de26c6b66bd889307a5f3d76..ed1037bbdd5145c585015a1375968f7c7fcc70c9 100644 (file)
@@ -333,9 +333,10 @@ The properties returned may include `top', `left', `height', and `width'."
 (define-minor-mode ns-extended-platform-support-mode
   "Toggle NS extended platform support features.
    When this mode is active (no modeline indicator):
-   - File menus is altered slightly in keeping with conventions.
+   - File menu is altered slightly in keeping with conventions.
    - Meta-up, meta-down are bound to scroll window up and down one line.
-   - Meta-p, Meta-n navigate forwards and backwards in the mark ring."
+   - Screen position is preserved in scrolling.
+   - Transient mark mode is activated"
   :init-value nil
   :global t
   :group 'ns