From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: C-c C-{l,r} in Enriched mode. Date: Sun, 3 Oct 2004 15:35:34 -0500 (CDT) Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <200410032035.i93KZY810365@raven.dms.auburn.edu> References: <200409300305.i8U35NF21051@raven.dms.auburn.edu> <200410010253.i912rVu08602@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1096835815 20442 80.91.229.6 (3 Oct 2004 20:36:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 3 Oct 2004 20:36:55 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 03 22:36:44 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CED63-0003k1-00 for ; Sun, 03 Oct 2004 22:36:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CEDCb-000383-VS for ged-emacs-devel@m.gmane.org; Sun, 03 Oct 2004 16:43:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CEDCR-00037l-DY for emacs-devel@gnu.org; Sun, 03 Oct 2004 16:43:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CEDCQ-00037M-Iw for emacs-devel@gnu.org; Sun, 03 Oct 2004 16:43:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CEDCQ-00037J-F0 for emacs-devel@gnu.org; Sun, 03 Oct 2004 16:43:18 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CED5i-0001o4-GL; Sun, 03 Oct 2004 16:36:22 -0400 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id i93KaFiU000726; Sun, 3 Oct 2004 15:36:15 -0500 (CDT) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id i93KZY810365; Sun, 3 Oct 2004 15:35:34 -0500 (CDT) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: rms@gnu.org In-reply-to: (message from Richard Stallman on Sun, 03 Oct 2004 10:32:28 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:27852 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27852 Richard Stallman wrote: That does not seem that easy. If we want C-c followed by a non alphanumeric, non control character that suggests a left or right margin in some way, then I only see `C-c [' for `set-left-margin' and `C-c ]' for `set-right-margin'. Those seem good to me. Hardly any minor modes have key bindings. I checked for possible conflicts with other bindings in the Emacs distribution. Results: C-c [ : reftex-citation, scribe-begin C-c ] : calculator-clear-saved, scribe-end, idlwave-close-block, octave-close-block, up-list in texinfo-mode-map `scribe' is in /obsolete and thus can be ignored, I guess. I do not believe that Enriched mode is useful for editing IDL, octave or texinfo source code anyway. Nor does it seem useful for use with the calculator. It is not really seem useful for editing TeX source either, but `(reftex)Citations Outside LaTeX' recommends to bind `C-c [' to reftex-citation in non-TeX buffers. I do not know whether this should be considered a conflict and hence a problem for the C-c [ and C-c ] bindings for set-{left,right}-margin in Enriched mode. Sincerely, Luc.