bug-gettext
[Top][All Lists]
Advanced

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

Re: [bug-gettext] Problem with gettext emacs support


From: Bruno Haible
Subject: Re: [bug-gettext] Problem with gettext emacs support
Date: Wed, 19 Apr 2017 12:15:05 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-72-generic; KDE/5.18.0; x86_64; ; )

Peter Hull wrote:
> Might have something here.
> In po-preset-string-functions (in po-mode.el) there is the following:
>   (let ((pair (cond ...
>                      ...
>                     ((member mode-name '("C" "C++"))
>                      '(po-find-c-string . po-mark-c-string))
> ...
> When my emacs loads C code, electric mode is enabled and therefore the
> mode name is 'C/l', not 'C'. Therefore, po-preset-string-functions
> does not select the correct po-find-... and po-mark-... functions.

Thanks for the insights. I've registered the bug at
<http://savannah.gnu.org/bugs/?50830>

Bruno




reply via email to

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