From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.bugs Subject: bug#1586: prefix arg when mouse clicking on header line Date: Sat, 02 Jul 2011 19:41:01 -0400 Message-ID: <87boxcl08i.fsf@stupidchicken.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1309650145 9555 80.91.229.12 (2 Jul 2011 23:42:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 2 Jul 2011 23:42:25 +0000 (UTC) Cc: 1586@debbugs.gnu.org To: "Roland Winkler" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Jul 03 01:42:20 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qd9pL-0001yL-JQ for geb-bug-gnu-emacs@m.gmane.org; Sun, 03 Jul 2011 01:42:19 +0200 Original-Received: from localhost ([::1]:32846 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qd9pK-0005bI-Q3 for geb-bug-gnu-emacs@m.gmane.org; Sat, 02 Jul 2011 19:42:19 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:48209) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qd9p5-0005bC-Mx for bug-gnu-emacs@gnu.org; Sat, 02 Jul 2011 19:42:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qd9p4-0004x3-UU for bug-gnu-emacs@gnu.org; Sat, 02 Jul 2011 19:42:03 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:57425) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qd9p4-0004wz-OY for bug-gnu-emacs@gnu.org; Sat, 02 Jul 2011 19:42:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1Qd9p4-0000hK-EN; Sat, 02 Jul 2011 19:42:02 -0400 X-Loop: help-debbugs@gnu.org In-Reply-To: Resent-From: Chong Yidong Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 02 Jul 2011 23:42:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 1586 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 1586-submit@debbugs.gnu.org id=B1586.13096500712592 (code B ref 1586); Sat, 02 Jul 2011 23:42:02 +0000 Original-Received: (at 1586) by debbugs.gnu.org; 2 Jul 2011 23:41:11 +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 1Qd9oE-0000fl-Nn for submit@debbugs.gnu.org; Sat, 02 Jul 2011 19:41:10 -0400 Original-Received: from vm-emlprdomr-02.its.yale.edu ([130.132.50.143]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qd9oC-0000fY-5k for 1586@debbugs.gnu.org; Sat, 02 Jul 2011 19:41:09 -0400 Original-Received: from furball (dhcp128036226015.central.yale.edu [128.36.226.15]) (authenticated bits=0) by vm-emlprdomr-02.its.yale.edu (8.14.4/8.14.4) with ESMTP id p62Nf1Ju003211 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Sat, 2 Jul 2011 19:41:02 -0400 X-Scanned-By: MIMEDefang 2.71 on 130.132.50.143 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Sat, 02 Jul 2011 19:42:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.43 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: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:47787 Archived-At: > If a command takes a mouse event and an (optional) prefix arg as its > arguments, the interactive specifications are > > (interactive "e\nP") > > or > > (interactive (list last-input-event current-prefix-arg)) > > This works fine inside the main part of a window. For a command > that does the same thing in the header line, these interactive > specifications do not work. Thanks for the bug report. I've committed a fix.