From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "paul r" Newsgroups: gmane.emacs.devel Subject: Re: Maintenance suggestion on an emacs mode Date: Mon, 31 Mar 2008 00:41:11 +0200 Message-ID: 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 1206916938 4955 80.91.229.12 (30 Mar 2008 22:42:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 30 Mar 2008 22:42:18 +0000 (UTC) Cc: emacs-devel@gnu.org, Stefan Monnier , rms@gnu.org To: "Mathias Dahl" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 31 00:42:49 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 1Jg6Ei-0005Rw-TN for ged-emacs-devel@m.gmane.org; Mon, 31 Mar 2008 00:42:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jg6E6-000823-WB for ged-emacs-devel@m.gmane.org; Sun, 30 Mar 2008 18:42:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jg6DB-0007gt-8g for emacs-devel@gnu.org; Sun, 30 Mar 2008 18:41:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jg6DA-0007gg-VD for emacs-devel@gnu.org; Sun, 30 Mar 2008 18:41:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jg6DA-0007gd-Pd for emacs-devel@gnu.org; Sun, 30 Mar 2008 18:41:12 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.152]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jg6DA-0002N1-H8 for emacs-devel@gnu.org; Sun, 30 Mar 2008 18:41:12 -0400 Original-Received: by fg-out-1718.google.com with SMTP id d23so1766959fga.30 for ; Sun, 30 Mar 2008 15:41:11 -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=A+fODjIsSyaZvcV/5wVf/T2KUM1YSbFYpsZb/npm4gk=; b=Td9GwgTwYdHt7orT/QxcWRUYBbqSi1AmI+MoLVJ9OE7eUwgO6g/HLvvQg3Zsiw7EEG70aI/riw+Pk2Z2vWA0X1eJYiMgDKh+dhVQGurTDJZoRiGKXflFQSfp2PsEdep3BV4IGz2okBg3VfL7dLQWf+pBXF5gt+vToaCTLLGl3p4= 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=CYYxg5xU3+3pjL6d7cuQJU88AmBNjxrrXNsVkgnnkgplUf5gyE3qvYdF/hvUlzpvlbuETA5Rp6wLABxuG4BCZxroiL9WBHaORbIgkiLuRyO4wZ7mDgVClIHJZeAi5/GdaApS7N5pz9eWsVulF42e2xpz/jDlnry6M87XczYgu0U= Original-Received: by 10.82.154.5 with SMTP id b5mr13688513bue.10.1206916871224; Sun, 30 Mar 2008 15:41:11 -0700 (PDT) Original-Received: by 10.82.175.3 with HTTP; Sun, 30 Mar 2008 15:41:11 -0700 (PDT) In-Reply-To: <7dbe73ed0803301524i5bf9de08s68a3438f3517cb9e@mail.gmail.com> 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:93973 Archived-At: 2008/3/31, Mathias Dahl : > Sorry, I don't understand what you mean. What part of what I write > above have I misunderstood? 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.