[liblouis-liblouisxml] [liblouis] r846 committed - The langmap option only works if you use ctags. Newer versions of...

  • From: liblouis@xxxxxxxxxxxxxx
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Tue, 04 Dec 2012 09:51:27 +0000

Revision: 846
Author:   christian.egli@xxxxxxxxxxxxxx
Date:     Tue Dec  4 01:51:17 2012
Log:      The langmap option only works if you use ctags. Newer versions of
etags (i.e. emacs 24 and up) seem to generate proper TAGS files even
for *.ci files, so this option can be removed.

http://code.google.com/p/liblouis/source/detail?r=846

Modified:
 /trunk/ChangeLog
 /trunk/liblouis/Makefile.am

=======================================
--- /trunk/ChangeLog    Mon Dec  3 08:29:45 2012
+++ /trunk/ChangeLog    Tue Dec  4 01:51:17 2012
@@ -1,3 +1,10 @@
+2012-12-04  Christian Egli  <christian.egli@xxxxxx>
+
+       * liblouis/Makefile.am (AM_ETAGSFLAGS): The langmap option only
+       works if you use ctags. Newer versions of etags (i.e. emacs 24 and
+       up) seem to generate proper TAGS files even for *.ci files, so
+       this option can be removed.
+
 2012-12-03  Christian Egli  <christian.egli@xxxxxx>

        * liblouis/lou_translateString.c (lou_dotsToChar): Fix some
=======================================
--- /trunk/liblouis/Makefile.am Wed May 30 10:00:22 2012
+++ /trunk/liblouis/Makefile.am Tue Dec  4 01:51:17 2012
@@ -8,8 +8,6 @@

 AM_CPPFLAGS = -DTABLESDIR=\""$(datadir)"/liblouis/tables\"

-AM_ETAGSFLAGS = --langmap=c:+.ci
-
 liblouis_la_LDFLAGS =  \
-version-info $(LIBLOUIS_CURRENT):$(LIBLOUIS_REVISION):$(LIBLOUIS_AGE) -no-undefined

For a description of the software, to download it and links to
project pages go to http://www.abilitiessoft.com

Other related posts:

  • » [liblouis-liblouisxml] [liblouis] r846 committed - The langmap option only works if you use ctags. Newer versions of... - liblouis