From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 20 18:37:15 2010 Received: (at submit) by debbugs.gnu.org; 20 Feb 2010 23:37:15 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Niyst-0002jU-6G for submit@debbugs.gnu.org; Sat, 20 Feb 2010 18:37:15 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Niysq-0002jC-Su for submit@debbugs.gnu.org; Sat, 20 Feb 2010 18:37:13 -0500 Received: from mail.gnu.org ([199.232.76.166]:32829 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Niysm-0007xM-T7 for submit@debbugs.gnu.org; Sat, 20 Feb 2010 18:37:09 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Niysl-0001Zc-7j for submit@debbugs.gnu.org; Sat, 20 Feb 2010 18:37:08 -0500 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on monty-python X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00, UNPARSEABLE_RELAY autolearn=ham version=3.1.0 Received: from lists.gnu.org ([199.232.76.165]:54883) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Niysk-0001ZQ-Ss for submit@debbugs.gnu.org; Sat, 20 Feb 2010 18:37:06 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Niysk-0004zX-94 for bug-gnu-emacs@gnu.org; Sat, 20 Feb 2010 18:37:06 -0500 Received: from [140.186.70.92] (port=42927 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Niysj-0004zP-GH for bug-gnu-emacs@gnu.org; Sat, 20 Feb 2010 18:37:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Niysj-000415-0F for bug-gnu-emacs@gnu.org; Sat, 20 Feb 2010 18:37:05 -0500 Received: from acsinet11.oracle.com ([141.146.126.233]:38852) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NiysZ-00040K-Nb; Sat, 20 Feb 2010 18:36:55 -0500 Received: from rcsinet13.oracle.com (rcsinet13.oracle.com [148.87.113.125]) by acsinet11.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id o1KNar70017461 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 20 Feb 2010 23:36:54 GMT Received: from acsmt355.oracle.com (acsmt355.oracle.com [141.146.40.155]) by rcsinet13.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o1KNaonM009507; Sat, 20 Feb 2010 23:36:51 GMT Received: from abhmt005.oracle.com by acsmt354.oracle.com with ESMTP id 40691161266708953; Sat, 20 Feb 2010 15:35:53 -0800 Received: from dradamslap1 (/24.5.179.75) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sat, 20 Feb 2010 15:35:53 -0800 From: "Drew Adams" To: , Subject: 23.1.92; Help does not show doc for command bound to mouse event Date: Sat, 20 Feb 2010 15:35:57 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcqyhXN398X9fC9oQqi9oD688if1Ww== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Source-IP: acsmt355.oracle.com [141.146.40.155] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090209.4B807215.001F:SCFMA4539814,ss=1,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) emacs -Q Load these files, in order: frame-fns.el frame-cmds.el zoom-frm.el The files are available here: http://www.emacswiki.org/cgi-bin/wiki?action=index;match=%5C.(el%7Ctar)(%5C.gz)% 3F%24 Evaluate this: (global-set-key [S-mouse-1] 'zoom-in) `C-h k' click `S-mouse-1' You'll see this: at that spot runs the command zoom-in, which is an interactive Lisp function in `zoom-frm.el'. It is bound to . (zoom-in ARG) Not documented. That's false; it is documented. This is the doc string: "Zoom current frame or buffer in. With a prefix arg, toggle between zooming frame and zooming buffer. Frame zooming uses command `zoom-frm-in'. Buffer zooming uses command `text-scale-increase'." Even worse: If you byte-compile the files and load only the *.elc, then Help does not even tell you where the command is defined. It says only this: at that spot runs the command zoom-in, which is an interactive compiled Lisp function. It is bound to . (zoom-in ARG) Not documented. In GNU Emacs 23.1.92.1 (i386-mingw-nt5.1.2600) of 2010-02-20 on LENNART-69DE564 Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (3.4) --no-opt --cflags -Ic:/g/include -fno-crossjumping' From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 20 20:50:42 2010 Received: (at control) by debbugs.gnu.org; 21 Feb 2010 01:50:42 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nj0y1-0004Dc-PX for submit@debbugs.gnu.org; Sat, 20 Feb 2010 20:50:41 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nj0y0-0004DS-2p for control@debbugs.gnu.org; Sat, 20 Feb 2010 20:50:40 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1Nj0xw-0003op-D3; Sat, 20 Feb 2010 20:50:36 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19328.37228.29058.714767@fencepost.gnu.org> Date: Sat, 20 Feb 2010 20:50:36 -0500 From: Glenn Morris To: control Subject: control X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: yellow X-Ran: cQqW3\v.J&L List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.0 (-----) merge 5613 5614 merge 5611 5612 close 5514 tags 5594 moreinfo reassign 5594 emacs,rmail close 5569 tags 5567 patch tags 5604 moreinfo retitle 5604 highlight completion problem reassign 5605 emacs,etags reassign 5600 emacs,etags From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 06 15:41:36 2010 Received: (at 5612) by debbugs.gnu.org; 6 Jul 2010 19:41:36 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OWE1Q-0003JZ-5G for submit@debbugs.gnu.org; Tue, 06 Jul 2010 15:41:36 -0400 Received: from pantheon-po23.its.yale.edu ([130.132.50.117]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OWE1O-0003JU-5o for 5612@debbugs.gnu.org; Tue, 06 Jul 2010 15:41:34 -0400 Received: from furry (dhcp128036014221.central.yale.edu [128.36.14.221]) (authenticated bits=0) by pantheon-po23.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o66JfUAO012968 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 6 Jul 2010 15:41:30 -0400 Received: by furry (Postfix, from userid 1000) id 2FFE1C011; Tue, 6 Jul 2010 15:41:30 -0400 (EDT) From: Chong Yidong To: "Drew Adams" Subject: Re: 23.1.92; Help does not show doc for command bound to mouse event Date: Tue, 06 Jul 2010 15:41:30 -0400 Message-ID: <87630s5rf9.fsf@stupidchicken.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-Spam-Score: -2.7 (--) X-Debbugs-Envelope-To: 5612 Cc: 5612@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.7 (--) > (zoom-in ARG) > > Not documented. > > That's false; it is documented. This is the doc string: In your source file, you got the interactive call and the docstring mixed up: (defun zoom-in (arg) (interactive "P") "Zoom current frame or buffer in... From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 06 15:41:49 2010 Received: (at control) by debbugs.gnu.org; 6 Jul 2010 19:41:49 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OWE1d-0003Jl-BO for submit@debbugs.gnu.org; Tue, 06 Jul 2010 15:41:49 -0400 Received: from pantheon-po14.its.yale.edu ([130.132.50.23]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OWE1b-0003Jg-Rq for control@debbugs.gnu.org; Tue, 06 Jul 2010 15:41:48 -0400 Received: from furry (dhcp128036014221.central.yale.edu [128.36.14.221]) (authenticated bits=0) by pantheon-po14.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o66JfhLb015345 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 6 Jul 2010 15:41:43 -0400 Received: by furry (Postfix, from userid 1000) id E9339C011; Tue, 6 Jul 2010 15:41:43 -0400 (EDT) From: Chong Yidong To: control@debbugs.gnu.org Subject: close 5612 Date: Tue, 06 Jul 2010 15:41:43 -0400 Message-ID: <8739vw5rew.fsf@stupidchicken.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-Spam-Score: -3.2 (---) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.2 (---) close 5612 thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 06 15:50:58 2010 Received: (at 5612) by debbugs.gnu.org; 6 Jul 2010 19:50:58 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OWEAU-00040C-Is for submit@debbugs.gnu.org; Tue, 06 Jul 2010 15:50:58 -0400 Received: from rcsinet10.oracle.com ([148.87.113.121]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OWEAT-000407-73 for 5612@debbugs.gnu.org; Tue, 06 Jul 2010 15:50:57 -0400 Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id o66JooAw008855 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 6 Jul 2010 19:50:52 GMT Received: from acsmt355.oracle.com (acsmt355.oracle.com [141.146.40.155]) by acsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o66BxD9g014278; Tue, 6 Jul 2010 19:50:47 GMT Received: from abhmt010.oracle.com by acsmt355.oracle.com with ESMTP id 402807841278445784; Tue, 06 Jul 2010 12:49:44 -0700 Received: from dradamslap1 (/141.144.80.58) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 06 Jul 2010 12:49:44 -0700 From: "Drew Adams" To: "'Chong Yidong'" References: <87630s5rf9.fsf@stupidchicken.com> Subject: RE: 23.1.92; Help does not show doc for command bound to mouse event Date: Tue, 6 Jul 2010 12:49:50 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <87630s5rf9.fsf@stupidchicken.com> Thread-Index: AcsdQ0BchalmN0xYRwqQXkiDpNXafgAAP7LQ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5931 X-Source-IP: acsmt355.oracle.com [141.146.40.155] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090204.4C33891A.016F:SCFMA4539814,ss=1,fgs=0 X-Spam-Score: -5.5 (-----) X-Debbugs-Envelope-To: 5612 Cc: 5612@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.3 (------) > From: Chong Yidong Sent: Tuesday, July 06, 2010 12:42 PM > > (zoom-in ARG) > > Not documented. > > That's false; it is documented. This is the doc string: > > In your source file, you got the interactive call and the docstring > mixed up: > > (defun zoom-in (arg) > (interactive "P") > "Zoom current frame or buffer in... Oooops. Thanks. Sorry about that. I should have checked that before filing a bug report. From unknown Tue Sep 09 11:47:06 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 04 Aug 2010 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator