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

2017-04-19 Thread Bruno Haible
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)) > ... >

[bug-gettext] [bug #50830] PO mode does not find any translatable strings when electric-mode is enabled

2017-04-19 Thread Bruno Haible
Update of bug #50830 (project gettext): Severity: 3 - Normal => 4 - Important Status: Confirmed => Fixed Open/Closed:Open => Closed

Re: [bug-gettext] [bug #50830] PO mode does not find any translatable strings when electric-mode is enabled

2017-04-19 Thread Peter Hull
On Wed, Apr 19, 2017 at 10:27 AM, Bruno Haible wrote: > URL: > > > Summary: PO mode does not find any translatable strings when > electric-mode is enabled Thanks, Bruno. The following change fixes it for me (sorry,

[bug-gettext] [bug #50830] PO mode does not find any translatable strings when electric-mode is enabled

2017-04-19 Thread Bruno Haible
URL: Summary: PO mode does not find any translatable strings when electric-mode is enabled Project: GNU gettext Submitted by: haible Submitted on: Wed 19 Apr 2017 11:27:33 AM CEST

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

2017-04-19 Thread Peter Hull
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,