From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Diff faces Date: Sat, 20 Oct 2007 08:51:02 -0400 Message-ID: References: <87tzoxqk2y.fsf@jurta.org> <87ir594b8f.fsf@jurta.org> <8764124yec.fsf@jurta.org> <87fy06d33i.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1192884703 23307 80.91.229.12 (20 Oct 2007 12:51:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 20 Oct 2007 12:51:43 +0000 (UTC) Cc: Andreas Schwab , emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 20 14:51:43 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IjDnp-0002wt-LN for ged-emacs-devel@m.gmane.org; Sat, 20 Oct 2007 14:51:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IjDnh-0006iw-R3 for ged-emacs-devel@m.gmane.org; Sat, 20 Oct 2007 08:51:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IjDnG-0006hI-Bz for emacs-devel@gnu.org; Sat, 20 Oct 2007 08:51:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IjDnE-0006h0-Px for emacs-devel@gnu.org; Sat, 20 Oct 2007 08:51:06 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IjDnE-0006gx-KR for emacs-devel@gnu.org; Sat, 20 Oct 2007 08:51:04 -0400 Original-Received: from tomts5.bellnexxia.net ([209.226.175.25] helo=tomts5-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IjDnE-0008GQ-AM for emacs-devel@gnu.org; Sat, 20 Oct 2007 08:51:04 -0400 Original-Received: from pastel.home ([74.12.207.168]) by tomts5-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20071020125102.NCQN17217.tomts5-srv.bellnexxia.net@pastel.home> for ; Sat, 20 Oct 2007 08:51:02 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id A09EB7FB9; Sat, 20 Oct 2007 08:51:02 -0400 (EDT) In-Reply-To: <87fy06d33i.fsf@jurta.org> (Juri Linkov's message of "Sat\, 20 Oct 2007 03\:16\:14 +0300") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Solaris 8 (1) 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: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:81294 Archived-At: >>> What about using more similar keys like `C-c R' for diff-mode? >> C-c is reserved. For user bindings, indeed. > Ediff uses `*' to refine the current region, so what about `C-c *'? This one is reserved for minor modes. Check the Coding Convention chapter. Stefan