unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Gnus in Emacs bzr revision 101985 acting weird
@ 2010-10-17 12:43 Ashish SHUKLA
  2010-10-17 14:29 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 8+ messages in thread
From: Ashish SHUKLA @ 2010-10-17 12:43 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 2982 bytes --]

Hi everyone,

I use Gnus as my MUA, and I've noticed that it is acting weird for
me. Everytime I read a mail with Gnus, in the "Summary" buffer, I don't get an
"R" in the left column of the "Summary" buffer as displayed in the image at
the following URL:

http://www.flickr.com/photos/wahjava/5088753249/in/photostream/

To verify the problem, I cloned Gnus repo, restarted my Emacs, and before
loading Gnus with M-x gnus, I eval'd following code in *scratch* buffer:

#v+
(add-to-list 'load-path "~/.emacs.d/elisp/gnus/lisp")
(require 'gnus-load)
#v-

Now in "No Gnus", I can see the "R" in the left column in the "Summary"
buffer, every time I read a mail, as displayed in the image at the following
URL:

http://www.flickr.com/photos/wahjava/5088753247/

During all this, I've not modified my "~/.gnus" or "~/.emacs.d/init.el". I'm
wondering if I should report this as bug or already a known issue ?

Also recently I'm noticing that every time I visit a group in *Group* buffer,
I get following message:

"Key sequence $ t starts with non-prefix key $"

A back trace is pasted below:

#v+
Debugger entered--Lisp error: (error "Key sequence $ t starts with non-prefix key $")
  define-key((keymap #^[nil nil keymap #...) "$t" nnmairix-search-thread-this-article)
  nnmairix-summary-mode-hook()
  run-hooks(gnus-summary-mode-hook)
  apply(run-hooks gnus-summary-mode-hook)
  run-mode-hooks(gnus-summary-mode-hook)
  apply(run-mode-hooks gnus-summary-mode-hook)
  gnus-run-mode-hooks(gnus-summary-mode-hook)
  gnus-summary-mode("nnmaildir:mailing-lists.emacs-devel")
  gnus-summary-setup-buffer("nnmaildir:mailing-lists.emacs-devel")
  gnus-summary-read-group-1("nnmaildir:mailing-lists.emacs-devel" nil t nil nil nil)
  gnus-summary-read-group("nnmaildir:mailing-lists.emacs-devel" nil t nil nil nil nil)
  gnus-group-read-group(nil t)
  gnus-group-select-group(nil)
  gnus-topic-select-group(nil)
  call-interactively(gnus-topic-select-group nil nil)
#v-

Please note that I've removed the keymap from the define-key line above as
it's quite big.

Following is an excerpt from the lisp/gnus/nnmairix.el where this error
occurs:

#v+
;; Summary mode
(defun nnmairix-summary-mode-hook ()
  "Nnmairix summary mode keymap."
  (define-key gnus-summary-mode-map
    (kbd "$ t") 'nnmairix-search-thread-this-article)
  (define-key gnus-summary-mode-map
    (kbd "$ f") 'nnmairix-search-from-this-article)
  (define-key gnus-summary-mode-map
    (kbd "$ m") 'nnmairix-widget-search-from-this-article)
  (define-key gnus-summary-mode-map
    (kbd "$ g") 'nnmairix-create-search-group-from-message)
  (define-key gnus-summary-mode-map
    (kbd "$ o") 'nnmairix-goto-original-article)
  (define-key gnus-summary-mode-map
    (kbd "$ u") 'nnmairix-remove-tick-mark-original-article))
#v-

Thanks
-- 
Ashish SHUKLA

“You don't have to distrust the government to want to use
cryptography.” (Phil Zimmermann)

[-- Attachment #2: Type: application/pgp-signature, Size: 835 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-10-21  1:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-17 12:43 Gnus in Emacs bzr revision 101985 acting weird Ashish SHUKLA
2010-10-17 14:29 ` Lars Magne Ingebrigtsen
2010-10-17 15:54   ` Ashish SHUKLA
2010-10-18 20:05     ` Lars Magne Ingebrigtsen
2010-10-19  7:19       ` Ashish SHUKLA
2010-10-19  8:25         ` Ashish SHUKLA
2010-10-19 16:44         ` Lars Magne Ingebrigtsen
2010-10-21  1:46           ` Ashish SHUKLA

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).