emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: Problem when org-capturing text from French email


From: Sébastien Vauban
Subject: [Orgmode] Re: Problem when org-capturing text from French email
Date: Fri, 16 Jul 2010 22:13:00 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Hi David,

David Maus wrote:
> Sébastien Vauban wrote:
>> Here a trace of the problem that occurs when I capture some text from an
>> email, for archive purpose.
>
>>--8<---------------cut here---------------start------------->8---
>>Debugger entered--Lisp error: (args-out-of-range 35 42)
>>  format("%.30s" #("Re: Gestionnaire de r\x00e9visions pour \x00e9\ diteur 
>> LaTeX sous Windows" 20 29 (charset iso-8859-15) 35 42 (charset iso-8859-15)))
>>  org-replace-escapes("Email from %f: %.30s" (("%c") ("%F" . #("Denis 
>> Bitouz\x00e9 <address@hidden>" 6 13 ...)) ("%f" . "Denis Bitouz\x00e9") 
>> ("%T") ("%t" . "?") ("%s" . #("Re: Gestionnaire de r\x00e9visions pour 
>> \x00e9\ diteur LaTeX sous Windows" 20 29 ... 35 42 ...)) ("%m" . 
>> "address@hidden")))
>>  org-email-link-description()
>>  org-gnus-store-link()
>>  [...]
>>--8<---------------cut here---------------end--------------->8---
>
>> I guess it's somehow related to the accents in the mail title? Not sure I
>> understand the details of the trace, but the capture works in many other
>> cases, so the accents could be the differentiating factor (I don't have
>> enough history, yet, to assert this).
>
> Your message's user agent tells me, that you use Emacs 23.1

Yep. Can't hide it ;-)  Do not want either...


> -- and this looks like Emacs bug #5306[1].
> [1] http://debbugs.gnu.org/cgi/bugreport.cgi?bug=

Thanks for the link.


> The Attached patch avoids this bug by removing all text properties from the
> subject (the same is done in org-wl.el).

I've applied your patch. That hinders, indeed, the bug to occur. So, it
perfectly shows you're right about the cause.

Though, the patch you gave me causes me troubles in my Gnus buffers: the
*Group* and *Summary* buffers are now black and white only. All my colors
disappeared...

Here the results of `C-u C-x =' on a (randomly taken) character (`x') of my
*Group* buffer:

--8<---------------cut here---------------start------------->8---
        character: X (88, #o130, #x58)
preferred charset: ascii (ASCII (ISO646 IRV))
       code point: 0x58
           syntax: w    which means: word
         category: .:Base, a:ASCII, l:Latin, r:Roman
      buffer code: #x58
        file code: #x58 (encoded by coding system utf-8)
          display: by this font (glyph code)
    xft:-microsoft-Consolas-normal-normal-normal-*-11-*-*-*-m-0-iso10646-1 
(#x1B)

Character code properties: customize what to show
  name: LATIN CAPITAL LETTER X
  general-category: Lu (Letter, Uppercase)

There are text properties here:
  fontified            t
  mouse-face           highlight
  point-entered        gnus-tool-bar-update
  point-left           gnus-tool-bar-update

[back]
--8<---------------cut here---------------end--------------->8---

The normally applied faces (mostly, `gnus-group-news-3-face' and
`gnus-group-news-3-empty-face') aren't there any more...

Do you confirm such problems? Or is it related to something else in my config?

Best regards,
  Seb

-- 
Sébastien Vauban




reply via email to

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