emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Gnus in Emacs bzr revision 101985 acting weird


From: Ashish SHUKLA
Subject: Re: Gnus in Emacs bzr revision 101985 acting weird
Date: Sun, 17 Oct 2010 21:24:48 +0530
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (x86_64-unknown-linux-gnu)

Lars Magne Ingebrigtsen writes:
> address@hidden (Ashish SHUKLA) writes:

>> 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/

> I'm unable to reproduce this bug.  And Gnus in Emacs bzr and Gnus git
> are virtually identical, so this is rather puzzling.

> And looking over the code, I can't really immediately see how Gnus would
> work otherwise, but not mark articles as read.

It is just that the "R" mark is not visible in the "Summary" buffer. The mail
gets marked as in when I leave the "Summary" buffer and return to *Group*
buffer I can see the unread count of mails decreased.

I also noticed that it's reproduces in Gnus git HEAD code as well, but not
always, whereas it's always reproducible with Gnus code (in Emacs bzr).

I'm using Emacs on GNU/Linux, compiled with GCC 4.5.1, with following
value of `system-configuration-options':

'--prefix=/usr' '--localstatedir=/var/lib/emacs' '--libexecdir=/usr/lib/emacs' 
'--with-xpm' '--with-jpeg' '--with-tiff' '--with-gif' '--with-xim' '--with-png' 
'--with-x-toolkit=gtk' '--with-m17n-flt' '--with-rsvg' '--with-xft' 
'--with-libotf' '--with-gpm' '--with-dbus' '--with-sound' '--with-makeinfo' 
'CFLAGS=-march=x86-64 -mtune=native -O2 -pipe -g -fno-optimize-sibling-calls' 
'LDFLAGS=-Wl,--hash-style=gnu -Wl,--as-needed'

> Do you have any local code that alters Gnus' behaviour in your load path?

And there is nothing I can found in my load path which alters Gnus behavior,
other than BBDB, as shown below:

#v+
;; bbdb
(eval-after-load "bbdb"
  '(progn
         (bbdb-initialize 'gnus 'sc 'message 'sendmail)
         (setq bbdb-dwim-net-address-allow-redundancy t)
         (add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus)
         (eval-after-load "sendmail"
           (add-hook 'mail-setup-hook 'bbdb-insinuate-sendmail))))
(require 'bbdb-autoloads)
#v-

>> 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 $"

> `$' was recently added as a key stroke in gnus-spam, and that introduced
> a keymap collision.  I think I'll just back out that change...

Thanks
-- 
Ashish SHUKLA

“With no power, comes no responsibility.” (Kick-Ass, 2010)

Attachment: pgpnIP0N4UFaJ.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]