Re: bug? gnus-summary-highlight-line: Wrong type argument: consp, nil

2014-02-27 Thread Yagnesh Raghava Yakkala

> Hello,

> Recently I am having issues with reading articles from gnus. Backtrace is
> pasted below. I am using gnus which comes from emacs trunk (GNU Emacs
> 24.3.50.10 (x86_64-unknown-linux-gnu, GTK+ Version 3.4.2) of 2014-02-27 on
> sealion).


> Debugger entered--Lisp error: (wrong-type-argument consp nil)
>   gnus-put-text-property-excluding-characters-with-faces(1 79 face 
> gnus-summary-normal-read)
>   gnus-summary-highlight-line()
>   gnus-summary-update-line(nil)
>   gnus-summary-update-mark(82 unread)
>   gnus-summary-mark-article(96212 82)
>   gnus-summary-mark-read-and-unread-as-read()
>   run-hooks(gnus-mark-article-hook)
>   apply(run-hooks gnus-mark-article-hook)
>   gnus-run-hooks(gnus-mark-article-hook)
>   gnus-article-prepare(96212 nil)
>   gnus-summary-display-article(96212 nil)
>   gnus-summary-select-article(nil nil pseudo)
>   gnus-summary-scroll-up(1)
>   call-interactively(gnus-summary-scroll-up nil nil)
>   command-execute(gnus-summary-scroll-up)


Another similar backtrace.

--8<---cut here---start->8---
Debugger entered--Lisp error: (wrong-type-argument consp nil)
  gnus-put-text-property-excluding-characters-with-faces(1 90 face 
gnus-summary-normal-read)
  gnus-summary-highlight-line()
  gnus-summary-update-secondary-mark(1)
  gnus-summary-remove-process-mark(1)
  gnus-summary-delete-article(nil)
  call-interactively(gnus-summary-delete-article nil nil)
  command-execute(gnus-summary-delete-article)
  recursive-edit()
  debug(error (wrong-type-argument consp nil))
--8<---cut here---end--->8---


-- 
ఎందరో మహానుభావులు అందరికి వందనములు.
YYR

___
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english


bug? gnus-summary-highlight-line: Wrong type argument: consp, nil

2014-02-27 Thread Yagnesh Raghava Yakkala

Hello,

Recently I am having issues with reading articles from gnus. Backtrace is
pasted below. I am using gnus which comes from emacs trunk (GNU Emacs
24.3.50.10 (x86_64-unknown-linux-gnu, GTK+ Version 3.4.2) of 2014-02-27 on
sealion).


--8<---cut here---start->8---
Debugger entered--Lisp error: (wrong-type-argument consp nil)
  gnus-put-text-property-excluding-characters-with-faces(1 79 face 
gnus-summary-normal-read)
  gnus-summary-highlight-line()
  gnus-summary-update-line(nil)
  gnus-summary-update-mark(82 unread)
  gnus-summary-mark-article(96212 82)
  gnus-summary-mark-read-and-unread-as-read()
  run-hooks(gnus-mark-article-hook)
  apply(run-hooks gnus-mark-article-hook)
  gnus-run-hooks(gnus-mark-article-hook)
  gnus-article-prepare(96212 nil)
  gnus-summary-display-article(96212 nil)
  gnus-summary-select-article(nil nil pseudo)
  gnus-summary-scroll-up(1)
  call-interactively(gnus-summary-scroll-up nil nil)
  command-execute(gnus-summary-scroll-up)
--8<---cut here---end--->8---


Thanks.
-- 
ఎందరో మహానుభావులు అందరికి వందనములు.
YYR


___
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english


Re: OT: Have you met another Gnus user in person?

2012-09-10 Thread Yagnesh Raghava Yakkala

Hello Jambunathan,

Jambunathan K  writes:

> Sivaram Neelakantan  writes:
>
>> It just struck me that I have not met a single person who's a Gnus
>> user in flesh and blood; Emacs, once in a while but gnus?  Nyet, nada,
>> nope!
>>
>> It's getting lonely you know...
>
> There is a Gnus and Emacs user here in Madras, btw.

Close to Madras, staying away from home now.

>> Have you?

haven't met any gnus user in person, but almost all of my lab mates use emacs
without knowing about init file.

Thanks.,
-- 
ఎందరో మహానుభావులు అందరికి వందనములు
YYR

___
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english


gnus pop destination folder

2012-04-09 Thread Yagnesh Raghava Yakkala

hello list,

I have a mail source defined for pop account like this.

,
| (setq mail-sources '((pop :server "pop.uni"
|   :user "me")))
`

Gnus fetching mails from the server and storing in "~/Mail/mail/misc". I would
like Gnus to store them to a folder named "~/Mail/uni" or "~/Mail/mail/uni"
since I intend to add another pop account (hotmail).

Another not so related question., does hotmail support IMAP.?

Thanks.,


PS: earlier mail didn't reach the list., sending it again.

-- 
YYR

___
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english


Re: show original?

2012-04-04 Thread Yagnesh Raghava Yakkala

Hello,

Glyn Millington  writes:

> Raphael Kubo da Costa  writes:
>
>> Yagnesh Raghava Yakkala  writes:
>>
>>> Apologies if this is a FAQ.
>>> Other email clients have an option which shows original
>>> mail/message. I don't find it gnus.
>>
>> You can do that by passing a prefix (usually C-u) to
>> gnus-summary-show-article' (usually g). In short, `C-u g' usually does
>> the trick.
>
> Or, while reading the article, hit 't'

thanks to you both. C-u g and 't' are showing the information I need, though
they seems bit different.


-- 
YYR


___
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english


show original?

2012-04-04 Thread Yagnesh Raghava Yakkala

Apologies if this is a FAQ.

Other email clients have an option  which shows original mail/message. I don't
find it gnus.

thanks
-- 
YYR


___
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english


Re: Gnus Reply With Original Message Quoted

2011-10-06 Thread Yagnesh Raghava Yakkala

Hi,

Burton Samograd  writes:

> Sivaram,
>
> Please note this message was manually quoted.
>
>> What does 'R' instead of 'r' give as that's the key to quote the
>> original message?  And if 'R' does not work, can you tell what it's
>> bound to, in the Summary buffer by trying C-h k R ?
>
> When I type R on your message I get the following buffer:
>
> 
> Sivaram Neelakantan  writes:
> 
>
> That is it (without the dashed lines).
>
> R is bound to:
>
>R runs the command gnus-summary-reply-with-original

I experienced the same few days ago(on emacs24). then I updated emacs
trunk.. then problem has gone..

>
> --
> Burton Samograd

-- 
YYR


___
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english