emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/admin FOR-RELEASE


From: Juri Linkov
Subject: [Emacs-diffs] emacs/admin FOR-RELEASE
Date: Mon, 22 Dec 2008 01:30:32 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     08/12/22 01:30:32

Modified files:
        admin          : FOR-RELEASE 

Log message:
        Add a task to check for modes that conflict with a new global binding 
M-s.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/admin/FOR-RELEASE?cvsroot=emacs&r1=1.824&r2=1.825

Patches:
Index: FOR-RELEASE
===================================================================
RCS file: /sources/emacs/emacs/admin/FOR-RELEASE,v
retrieving revision 1.824
retrieving revision 1.825
diff -u -b -r1.824 -r1.825
--- FOR-RELEASE 10 Dec 2008 19:00:28 -0000      1.824
+++ FOR-RELEASE 22 Dec 2008 01:30:31 -0000      1.825
@@ -38,6 +38,27 @@
 rsteib: Gnus dependencies in `gnus-dired.el' (and `mailcap.el') have been
 minimized.  I don't know what is left to do here.
 
+** Check for modes which bind M-s that conflicts with a new global binding M-s
+and change key bindings where necessary.  The current list of modes:
+
+1. Gnus binds `M-s' to `gnus-summary-search-article-forward'.
+
+2. Minibuffer binds `M-s' to `next-matching-history-element'
+   (not useful any more since C-s can now search in the history).
+
+3. Shell mode binds `M-s' to `comint-next-matching-input'.
+   This key binding can be changed later when we will implement
+   incremental search through the shell history.
+
+4. `center-line' in Text mode was already moved to the text formatting
+   keymap as `M-o M-s' (thus this binding is not necessary any more
+   in `nroff-mode-map' too and can be removed now from the nroff mode
+   because it can now use the global key binding `M-o M-s' `center-line').
+
+5. PCL-CVS binds `M-s' to `cvs-status', and log-edit-mode binds it to
+   `log-edit-comment-search-forward'.  Perhaps search commands
+   on the global key binding `M-s' are useless in these modes.
+
 ** address@hidden, 30 Oct: ps-lpr-switches has no effect
 http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg02091.html
 




reply via email to

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