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: Peter Hull
Subject: Re: [bug-gettext] Problem with gettext emacs support
Date: Wed, 19 Apr 2017 09:07:54 +0100

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.

What do you think?

I will investigate further.

Pete



reply via email to

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