From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/73443 Path: news.gmane.org!not-for-mail From: jidanni@jidanni.org Newsgroups: gmane.emacs.gnus.general Subject: M-; rebound in message-mode Date: Fri, 22 Oct 2010 03:28:36 +0800 Message-ID: <877hhb2vmj.fsf_-_@jidanni.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1287689359 15035 80.91.229.12 (21 Oct 2010 19:29:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 21 Oct 2010 19:29:19 +0000 (UTC) Cc: 7253@debbugs.gnu.org, ding@gnus.org To: monnier@iro.umontreal.ca Original-X-From: ding-owner+M21812@lists.math.uh.edu Thu Oct 21 21:29:18 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P90pB-00014b-Pc for ding-account@gmane.org; Thu, 21 Oct 2010 21:29:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1P90or-0006O2-NU; Thu, 21 Oct 2010 14:28:57 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1P90oq-0006Nq-CW for ding@lists.math.uh.edu; Thu, 21 Oct 2010 14:28:56 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P90of-0005IT-Ag for ding@lists.math.uh.edu; Thu, 21 Oct 2010 14:28:56 -0500 Original-Received: from caiajhbdcbef.dreamhost.com ([208.97.132.145] helo=homiemail-a5.g.dreamhost.com) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P90oe-0003cY-00 for ; Thu, 21 Oct 2010 21:28:44 +0200 Original-Received: from homiemail-a5.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a5.g.dreamhost.com (Postfix) with ESMTP id DD5BE704078; Thu, 21 Oct 2010 12:28:40 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=jidanni.org; h=from:to:cc:subject :references:date:message-id:mime-version:content-type; q=dns; s= jidanni.org; b=Tqp+5cg62SR4ytq5YgtehDbFeNJ9BSc/oJOvGSCIy9VGh6ac6 OkY5ckbwfo9Dix9NnIWfwNQV4CPGBTMEshyVR+n+kNt3Vf7IzbASV82XcWXrcyn3 CKYFGlcLNI0Juddj4Rj2V9QuSshBSaZCsW4EhcETTaoCr+w/WQfZBHvGAQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=jidanni.org; h=from:to:cc :subject:references:date:message-id:mime-version:content-type; s=jidanni.org; bh=86VbT1Bue104X0PfEMV7i7s4kJw=; b=XdjMKpA7V6OpG L84SWtubKh0TCbJ8j9LSRe8fR0AhbBfCBiRJ/6rbGVkosu6YLQh+Vd9+8OkES6VW V+eH9J70zoUWxT9MNBySTrDtFNWAZO7nNfE664e3i4GOnAcvoyjVPJxki1Vq2QXx 1uZ9eDpqP/dC83qLfCt6V9XcDnjcnM= Original-Received: from jidanni.org (218-163-1-5.dynamic.hinet.net [218.163.1.5]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jidanni@jidanni.org) by homiemail-a5.g.dreamhost.com (Postfix) with ESMTPSA id 86E50704014; Thu, 21 Oct 2010 12:28:40 -0700 (PDT) X-Spam-Score: -2.0 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:73443 Archived-At: >>>>> "SM" == Stefan Monnier writes: 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'.