unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: wahjava.ml@gmail.com (Ashish SHUKLA)
To: emacs-devel@gnu.org
Subject: Re: Gnus in Emacs bzr revision 101985 acting weird
Date: Tue, 19 Oct 2010 12:49:00 +0530	[thread overview]
Message-ID: <86tykihcpn.fsf@chateau.d.if> (raw)
In-Reply-To: m3pqv79shx.fsf@quimbies.gnus.org

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

Lars Magne Ingebrigtsen writes:
> wahjava.ml@gmail.com (Ashish SHUKLA) writes:

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

> Then it sounds like either `gnus-read-mark' has been set to the space
> character, or something is altering your `gnus-summary-line-format'.

I'm currently running Gnus (shipped with Emacs bzr revision 101988) in FreeBSD
(amd64).

Value of `gnus-read-mark' is:

82 (#o122, #x52)

Value of `gnus-summary-line-format' is:

"%U%R%z %d %B%(%[%-25,25f%]%) %s
"

which is same as what I've set in my .gnus:

(setq gnus-summary-line-format "%U%R%z %d %B%(%[%-25,25f%]%) %s\n")

In case if it helps, I tried to dump all buffer-local-variables[1] in the
"Summary" buffer by eval-ing following:

#v+
(let ((l (buffer-local-variables)) 
      (buf (generate-new-buffer "debug-output-testing")))
 (set-buffer buf)
 (dolist (v l) (insert (format "%s = %s\n" (car v) (cdr v)))))
#v-

Also I noticed that in drafts group, I can't edit existing drafts, as I used
to do using 'e' key, I looked up Gnus manual, and found mention of 'D e' to
edit draft, but that performs the same function as 'e' key. I did 'C-h c D'
and that resulted in following:

D runs the command gnus-summary-mark-as-read-backward

To edit the draft of this message, I've to use the M-x gnus-draft-edit-message.

I'm wondering if something major has changed between revisions 101606 and
current, which I didn't noticed :(. I'll go through log.

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

> Well, perhaps it's BBDB that's interfering, then?

I disabled BBDB as well, and nothing changed.

> -- 
> (domestic pets only, the antidote for overdose, milk.)
>   larsi@gnus.org * Lars Magne Ingebrigtsen

Let me know if you need my .gnus or any other configuration or debug output.

References:
[1]  http://people.freebsd.org/~ashish/gnus-debug-out-20101019.txt.gz

Thanks
-- 
Ashish SHUKLA

“I am free, no matter what rules surround me. If I find them
tolerable, I tolerate them; if I find them too obnoxious, I break
them. I am free because I know that I alone am morally responsible for
everything I do.” (Robert A. Heinlein, "The Moon Is a Harsh Mistress",
1966)

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

  reply	other threads:[~2010-10-19  7:19 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2010-10-19  8:25         ` Ashish SHUKLA
2010-10-19 16:44         ` Lars Magne Ingebrigtsen
2010-10-21  1:46           ` Ashish SHUKLA

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=86tykihcpn.fsf@chateau.d.if \
    --to=wahjava.ml@gmail.com \
    --cc=emacs-devel@gnu.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.
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).