From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Mathias Dahl" Newsgroups: gmane.emacs.devel Subject: Re: Maintenance suggestion on an emacs mode Date: Mon, 31 Mar 2008 10:02:38 +0200 Message-ID: <7dbe73ed0803310102j47946519h315174835c3ecf29@mail.gmail.com> References: <7dbe73ed0803301450i4ffe064dx91705d331234dca1@mail.gmail.com> <7dbe73ed0803301524i5bf9de08s68a3438f3517cb9e@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1206950596 14776 80.91.229.12 (31 Mar 2008 08:03:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 31 Mar 2008 08:03:16 +0000 (UTC) Cc: paul r , rms@gnu.org, emacs-devel@gnu.org To: "Stefan Monnier" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 31 10:03:47 2008 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 1JgEzF-0001Lk-R3 for ged-emacs-devel@m.gmane.org; Mon, 31 Mar 2008 10:03:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JgEyd-00034w-Oo for ged-emacs-devel@m.gmane.org; Mon, 31 Mar 2008 04:02:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JgEyX-00032K-5m for emacs-devel@gnu.org; Mon, 31 Mar 2008 04:02:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JgEyW-00031H-BZ for emacs-devel@gnu.org; Mon, 31 Mar 2008 04:02:40 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JgEyW-00030q-5N for emacs-devel@gnu.org; Mon, 31 Mar 2008 04:02:40 -0400 Original-Received: from wa-out-1112.google.com ([209.85.146.183]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JgEyV-0006Eu-Io for emacs-devel@gnu.org; Mon, 31 Mar 2008 04:02:39 -0400 Original-Received: by wa-out-1112.google.com with SMTP id k34so1892570wah.10 for ; Mon, 31 Mar 2008 01:02:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=XoWCgP6XerDKbXSX8XHdc3zGHk5oAe/JqIj35dO7pG4=; b=b+jlyvHh1TZ5rwwRPAtq2/hNWjk64BSQsCCuDQYEK07IjA81jNA0zCJvEgtTBrq8cWkSEKk7iubZUkvTvN4OW4XTzphpJge+MFZ/PfO0gpY4/qdttV4QcH1eCI6BTxFr28WGZnTtDmSgywhHPKe+P1eZgqJtBDhN+1XAJ4e6W2k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Sc2Sf6c79EGNsIcJD0xT16ZjL2asH9w+UgYiOEtTc5TtZVccYRUGQWuiwkMKHWk03hTON08ntkbQn9sSn2WdJF/A+tRS3WPoMFh78WlFDOjyDiNMaSTQmFWrFYauYJ3ouq4Y6/Eb08bL9Erx4WGixCQiinwMhQnkr/OeJ+wWjNc= Original-Received: by 10.114.120.1 with SMTP id s1mr9436857wac.82.1206950558460; Mon, 31 Mar 2008 01:02:38 -0700 (PDT) Original-Received: by 10.114.146.9 with HTTP; Mon, 31 Mar 2008 01:02:38 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:94028 Archived-At: > > Although my voice should not count too much because I'm not a sgml > > user, I think the problem is not whether or not it is activated by > > default. It is more that a mode should be fully usable, *including > > optional keybindings it may provide*, without using the C-c[a-z], > > which is in any case reserved to the user. In other words, one can > > safely activate anything a mode provide without fearing its personnal > > bindings will be overriden. > > Exactly, Fair enough.