From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 20 18:37:13 2010 Received: (at submit) by debbugs.gnu.org; 20 Feb 2010 23:37:13 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Niysq-0002jJ-SL for submit@debbugs.gnu.org; Sat, 20 Feb 2010 18:37:13 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Niysm-0002ii-BD for submit@debbugs.gnu.org; Sat, 20 Feb 2010 18:37:10 -0500 Received: from mx10.gnu.org ([199.232.76.166]:32823) by fencepost.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Niysi-0007wH-CT for emacs-pretest-bug@gnu.org; Sat, 20 Feb 2010 18:37:04 -0500 Received: from eggs.gnu.org ([140.186.70.92]:50597) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Niysi-0001Y8-67 for emacs-pretest-bug@gnu.org; Sat, 20 Feb 2010 18:37:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NiysZ-00040Q-Tt for emacs-pretest-bug@gnu.org; Sat, 20 Feb 2010 18:36:58 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.0 (2010-01-18) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, UNPARSEABLE_RELAY autolearn=ham version=3.3.0 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 (newer, 3) 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: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 unknown Tue Sep 09 22:00:12 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