From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: bug#24442: gettext: No PO mode for Emacs (or wrong description) Date: Thu, 29 Sep 2016 11:03:41 +0300 Message-ID: <8760pfjfoi.fsf@gmail.com> References: <20160915070426.GI5711@sax.terramar.selidor.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48810) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpWK7-0007Ub-Ie for bug-guix@gnu.org; Thu, 29 Sep 2016 04:04:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bpWK2-0006rX-Cv for bug-guix@gnu.org; Thu, 29 Sep 2016 04:04:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:60503) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpWK2-0006rP-9F for bug-guix@gnu.org; Thu, 29 Sep 2016 04:04:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bpWK1-0001cK-TB for bug-guix@gnu.org; Thu, 29 Sep 2016 04:04:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20160915070426.GI5711@sax.terramar.selidor.net> (Ivan Vilata i. Balaguer's message of "Thu, 15 Sep 2016 09:04:26 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ivan Vilata i Balaguer Cc: 24442@debbugs.gnu.org Ivan Vilata i Balaguer (2016-09-15 09:04 +0200) wrote: > The description for ``gettext@0.19.8`` (current) includes this sentence: > > It provides translators with the means to create message catalogs, > as well as an Emacs mode to work with them, and a runtime library to > load translated messages from the catalogs. > > However, no output of the package includes the files for Emacs. This is fixed in 'core-updates' branch now: , however since the fix is not available for users (until core-updates will be merged into master) I think it's better to leave this bug opened. Once the fix appears in 'master' (I will let you know when it happens), a user could do "guix pull" and install (or update) 'gettext' in his/her profile. Then 'po-mode' will become available by default (without any additional settings in user's .emacs), it means that whenever you will open .po file, 'po-mode' will be loaded and enabled automatically. -- Alex