Gnus development mailing list
 help / color / mirror / Atom feed
From: pmlists@free.fr (Peter Münster)
To: ding@gnus.org
Subject: Re: mouse pointer moves unexpectedly
Date: Sat, 22 Jan 2011 22:40:09 +0100	[thread overview]
Message-ID: <87zkqsy5vq.fsf@micropit.couberia.bzh> (raw)
In-Reply-To: <87oc78lk45.fsf@gnus.org>

Lars Ingebrigtsen <larsi@gnus.org> 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/




  reply	other threads:[~2011-01-22 21:40 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-13  7:30 Peter Münster
2011-01-22  4:51 ` Lars Ingebrigtsen
2011-01-22  8:24   ` Peter Münster
2011-01-22 18:10     ` Lars Ingebrigtsen
2011-01-22 18:42       ` Peter Münster
2011-01-22 18:49         ` Lars Ingebrigtsen
2011-01-22 21:01           ` Peter Münster
2011-01-22 21:11             ` Lars Ingebrigtsen
2011-01-22 21:40               ` Peter Münster [this message]
2011-01-22 21:14         ` Lars Ingebrigtsen
2011-01-22 21:15           ` Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zkqsy5vq.fsf@micropit.couberia.bzh \
    --to=pmlists@free.fr \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).