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: Sun, 30 Mar 2008 23:50:57 +0200 Message-ID: <7dbe73ed0803301450i4ffe064dx91705d331234dca1@mail.gmail.com> References: 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 1206913880 29374 80.91.229.12 (30 Mar 2008 21:51:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 30 Mar 2008 21:51:20 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: "paul r" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 30 23:51:51 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 1Jg5RK-0000jj-9m for ged-emacs-devel@m.gmane.org; Sun, 30 Mar 2008 23:51:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jg5Qi-0005Bo-Hr for ged-emacs-devel@m.gmane.org; Sun, 30 Mar 2008 17:51:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jg5Qe-0005Bi-RS for emacs-devel@gnu.org; Sun, 30 Mar 2008 17:51:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jg5Qc-0005BW-Fp for emacs-devel@gnu.org; Sun, 30 Mar 2008 17:51:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jg5Qc-0005BT-Ai for emacs-devel@gnu.org; Sun, 30 Mar 2008 17:51:02 -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 1Jg5Qb-0004lW-9E for emacs-devel@gnu.org; Sun, 30 Mar 2008 17:51:01 -0400 Original-Received: by wa-out-1112.google.com with SMTP id k34so1646547wah.10 for ; Sun, 30 Mar 2008 14:50:58 -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=1MPPS213vHwJ4TVrf4KYgbzxumzPmL1K/u8DLUMHEm4=; b=adEgOQ/rdN4gEjQa+K8dQ6lM+iKEXX9ujo/UJMCob5+mzXoEmKCYO9dZdkGKthXIEq6OiBilUoHz2H/pkR0w0J1qwtky/Wb34ZQ1aYstquAT4NH/AkI8LujP+xHx0RAm8vyzdg4KRjgh+DcGFM4+wVbysAt5DtLscx8SyaLQK/U= 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=SZTJ3uvEE/O5MGNtFj+vfVCBsvLcO1jbbvaTPGe+Qcd5bc+hKZS54rT1WZstQ1PbWyPTMr1rCJP/wv1cHLihAK7TlDkqyPKLig6ZgrS/Kd8U+wtWRX7MFQ1a3UQHqQ2YTc8+TtJvF68uZ094uk9Vfr+jUVNjyDO4ufdU6KgkDa8= Original-Received: by 10.114.159.1 with SMTP id h1mr8573905wae.147.1206913857611; Sun, 30 Mar 2008 14:50:57 -0700 (PDT) Original-Received: by 10.114.146.9 with HTTP; Sun, 30 Mar 2008 14:50:57 -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:93957 Archived-At: > That one is less evident. Actually, HTML mode has a 'quick-keys' > option that is disabled by default. When enabled, C-c[a-z] keys > are bound. I do not know what users want, I'm not one of them, > but in case here is the patch. I just prefixed those keys by > "C-c C-q" (q for quick-key). > ... > (when html-quick-keys > ... In this case it is up to the user if he wants to set `html-quick-keys' to true so I think we should leave that alone. The important thing is that we do not bind any C-c[a-zA-Z] keys by default, right? If the user wants this convenience feature we should not make it less convenient.