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#355: M-x should prompt with function under cursor as default Date: Thu, 05 Jun 2008 14:55:58 -0400 Message-ID: References: <878wxjepbp.fsf@jidanni.org> Reply-To: Stefan Monnier , 355@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1212692851 10327 80.91.229.12 (5 Jun 2008 19:07:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Jun 2008 19:07:31 +0000 (UTC) Cc: 355@emacsbugs.donarmstrong.com, jpw@pobox.com To: jidanni@jidanni.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jun 05 21:08:11 2008 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.50) id 1K4Koe-0000uL-0s for geb-bug-gnu-emacs@m.gmane.org; Thu, 05 Jun 2008 21:08:04 +0200 Original-Received: from localhost ([127.0.0.1]:36826 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K4Knr-0002ft-Fv for geb-bug-gnu-emacs@m.gmane.org; Thu, 05 Jun 2008 15:07:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K4Knl-0002eJ-J7 for bug-gnu-emacs@gnu.org; Thu, 05 Jun 2008 15:07:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K4Knj-0002ar-NA for bug-gnu-emacs@gnu.org; Thu, 05 Jun 2008 15:07:08 -0400 Original-Received: from [199.232.76.173] (port=39431 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K4Knj-0002ac-JH for bug-gnu-emacs@gnu.org; Thu, 05 Jun 2008 15:07:07 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:57314) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K4Knj-0001TH-45 for bug-gnu-emacs@gnu.org; Thu, 05 Jun 2008 15:07:07 -0400 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m55J754h002652; Thu, 5 Jun 2008 12:07:05 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id m55J55Fs001637; Thu, 5 Jun 2008 12:05:05 -0700 X-Loop: don@donarmstrong.com Resent-From: Stefan Monnier Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Thu, 05 Jun 2008 19:05:05 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 355 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 355-submit@emacsbugs.donarmstrong.com id=B355.121269216832026 (code B ref 355); Thu, 05 Jun 2008 19:05:05 +0000 Original-Received: (at 355) by emacsbugs.donarmstrong.com; 5 Jun 2008 18:56:08 +0000 Original-Received: from ceviche.home (206-248-132-168.dsl.teksavvy.com [206.248.132.168]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m55Iu4VK032019 for <355@emacsbugs.donarmstrong.com>; Thu, 5 Jun 2008 11:56:06 -0700 Original-Received: by ceviche.home (Postfix, from userid 20848) id D9F5BB4248; Thu, 5 Jun 2008 14:55:58 -0400 (EDT) In-Reply-To: <878wxjepbp.fsf@jidanni.org> (jidanni@jidanni.org's message of "Fri, 06 Jun 2008 01:58:34 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Resent-Date: Thu, 05 Jun 2008 15:07:08 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list 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:18262 Archived-At: tag 355 +wontfix JPW> patch follows. If you could test it JPW> --- keyboard.c > ^^thank you but in my "apt-get install emacs" world I > don't brush with .c's, and in fact have barely the brains to test > .el's. So thank you anyway and I'm sure your fix works. OK, bye. In any case, I don't think the functionality you're asking makes much sense: it is rather rare to do a M-x where the command you want to run happens to be under point. Stefan