From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/75820 Path: news.gmane.org!not-for-mail From: pmlists@free.fr (Peter =?utf-8?Q?M=C3=BCnster?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: mouse pointer moves unexpectedly Date: Sat, 22 Jan 2011 22:40:09 +0100 Organization: Micropit Message-ID: <87zkqsy5vq.fsf@micropit.couberia.bzh> References: <87y66pz2dv.fsf@micropit.couberia.bzh> <8762thzgk4.fsf@gnus.org> <87tyh18hxf.fsf@micropit.couberia.bzh> <87tyh0vmfm.fsf@gnus.org> <87ei84ixun.fsf@micropit.couberia.bzh> <87zkqsu635.fsf@gnus.org> <87bp38tzym.fsf@micropit.couberia.bzh> <87oc78lk45.fsf@gnus.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1295732457 8944 80.91.229.12 (22 Jan 2011 21:40:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 22 Jan 2011 21:40:57 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M24171@lists.math.uh.edu Sat Jan 22 22:40:51 2011 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 1PglCV-0000hi-2r for ding-account@gmane.org; Sat, 22 Jan 2011 22:40:51 +0100 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 1PglC9-0003Di-5c; Sat, 22 Jan 2011 15:40:29 -0600 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 1PglC7-0003DU-9p for ding@lists.math.uh.edu; Sat, 22 Jan 2011 15:40:27 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PglC2-0003Lt-Fb for ding@lists.math.uh.edu; Sat, 22 Jan 2011 15:40:27 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PglC1-0008SZ-Ps for ding@gnus.org; Sat, 22 Jan 2011 22:40:21 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PglC1-0000Qu-FV for ding@gnus.org; Sat, 22 Jan 2011 22:40:21 +0100 Original-Received: from arennes-555-1-66-97.w81-48.abo.wanadoo.fr ([81.48.169.97]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 22 Jan 2011 22:40:21 +0100 Original-Received: from pmlists by arennes-555-1-66-97.w81-48.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 22 Jan 2011 22:40:21 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 39 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: arennes-555-1-66-97.w81-48.abo.wanadoo.fr User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:o3VKwtu9cZ7vnguTvqmVWGanH6A= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:75820 Archived-At: Lars Ingebrigtsen writes: > `M-x edebug-defun' on the function you want to debug usually is the > right way to step through the actions. Giving up. Before debugging, I should learn lisp... This is the trace, too cryptic for a beginner like me: --8<---------------cut here---------------start------------->8--- Debugger entered: nil edebug-display() edebug-debugger(0 before nil) edebug-before(0) (edebug-after (edebug-before 0) 17 (gnus-summary-next-article (edebug-after ... 11 ...) (edebug-after ... 16 ...))) (lambda nil (edebug-after (edebug-before 0) 17 (gnus-summary-next-article ... ...)))() edebug-enter(gnus-summary-next-unread-article nil (lambda nil (edebug-after (edebug-before 0) 17 (gnus-summary-next-article ... ...)))) edebug-enter(gnus-summary-next-unread-article nil (lambda nil (edebug-after (edebug-before 0) 17 (gnus-summary-next-article ... ...)))) gnus-summary-next-unread-article() call-interactively(gnus-summary-next-unread-article) byte-code("^H!\210\207" [func call-interactively t] 2) gnus-article-read-summary-keys(nil) call-interactively(gnus-article-read-summary-keys nil nil) --8<---------------cut here---------------end--------------->8--- I've found a workaround: (defun my-alter-article-map () (local-set-key "1" 'delete-other-windows) (local-set-key "n" "hnh1") (local-set-key "N" "hNh1") ; and so on ) -- Peter Münster Contact information: http://pmrb.free.fr/contact/