emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: gnus-registry text property removal question (was: [bug]Malformed -*


From: Kenichi Handa
Subject: Re: gnus-registry text property removal question (was: [bug]Malformed -*- line)
Date: Thu, 28 Sep 2006 15:53:18 +0900
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI)

In article <address@hidden>, Kenichi Handa <address@hidden> writes:

> In article <address@hidden>, CHENG Gao <address@hidden> writes:
> > So if we change 
> >  (set-text-properties (point-min) (point-max) nil)

> > to
> > (buffer-substring-no-properties (point-min) (point-max))

> > it should work right?

> No.

It seems that you don't understand what I wrote repeatedly.
Ok, I'll change my question.

Gnus somehow gets the string
"<address@hidden>", and use it as an
registry entry.  Please find where that string is built.  I
guess Gnus uses buffer-substring to get it form some buffer.
If you find that place, try to replace the function
buffer-substring with buffer-substring-no-properties.

---
Kenichi Handa
address@hidden




reply via email to

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