From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#7253: M-; rebound in message-mode Date: Thu, 21 Oct 2010 16:31:59 -0400 Message-ID: References: <877hhb2vmj.fsf_-_@jidanni.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1287693786 4032 80.91.229.12 (21 Oct 2010 20:43:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 21 Oct 2010 20:43:06 +0000 (UTC) Cc: 7253@debbugs.gnu.org, ding@gnus.org To: jidanni@jidanni.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Oct 21 22:43:04 2010 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P91yY-0007LP-GM for geb-bug-gnu-emacs@m.gmane.org; Thu, 21 Oct 2010 22:43:02 +0200 Original-Received: from localhost ([127.0.0.1]:58541 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P91yX-0001gl-So for geb-bug-gnu-emacs@m.gmane.org; Thu, 21 Oct 2010 16:43:01 -0400 Original-Received: from [140.186.70.92] (port=58365 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P91yJ-0001e2-PE for bug-gnu-emacs@gnu.org; Thu, 21 Oct 2010 16:42:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P91yH-00076v-I8 for bug-gnu-emacs@gnu.org; Thu, 21 Oct 2010 16:42:47 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:57263) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P91yH-00076q-F4 for bug-gnu-emacs@gnu.org; Thu, 21 Oct 2010 16:42:45 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1P91kz-0002d9-KV; Thu, 21 Oct 2010 16:29:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 21 Oct 2010 20:29:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 7253 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 7253-submit@debbugs.gnu.org id=B7253.128769289410102 (code B ref 7253); Thu, 21 Oct 2010 20:29:01 +0000 Original-Received: (at 7253) by debbugs.gnu.org; 21 Oct 2010 20:28:14 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P91kD-0002ct-SO for submit@debbugs.gnu.org; Thu, 21 Oct 2010 16:28:14 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P91kB-0002cn-MI for 7253@debbugs.gnu.org; Thu, 21 Oct 2010 16:28:12 -0400 Original-Received: from faina.iro.umontreal.ca (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id o9LKW0nI028632; Thu, 21 Oct 2010 16:32:00 -0400 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id EFE30B461D; Thu, 21 Oct 2010 16:31:59 -0400 (EDT) In-Reply-To: <877hhb2vmj.fsf_-_@jidanni.org> (jidanni@jidanni.org's message of "Fri, 22 Oct 2010 03:28:36 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3655=0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Thu, 21 Oct 2010 16:29:01 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:41056 Archived-At: SM> No, M-; should usually not be rebound in major-mods. >>> Yuck. E.g., as I write this it is bound to comment-region. SM> Sounds like a misfeature of the major mode you're using. Can you give SM> us some details? > major-mode ^U^X^E message-mode > M-; (translated from ;) runs the command comment-region, > which is an interactive autoloaded Lisp function in `newcomment.el'. Thanks. It might make sense for message-mode to redefine the binding somewhat since it's not really a programming mode, but this binding means that M-; can't be used to un-quote, so it's not a good idea as it stands. Stefan