auctex-commit
[Top][All Lists]
Advanced

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

[AUCTeX-commit] GNU AUCTeX branch, master, updated. d56502e7dcba118c62d3


From: Tassilo Horn
Subject: [AUCTeX-commit] GNU AUCTeX branch, master, updated. d56502e7dcba118c62d38f6fe2f5a855834e6816
Date: Mon, 26 Oct 2015 08:24:41 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  d56502e7dcba118c62d38f6fe2f5a855834e6816 (commit)
      from  dbeb71fcb1c1922819cfc7671dc3e9522939796a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d56502e7dcba118c62d38f6fe2f5a855834e6816
Author: Vincent Belaïche <address@hidden>
Date:   Mon Oct 26 09:21:49 2015 +0100

    Support node name completion in texinfo
    
    * tex-info.el (Texinfo-nodename-de-escape): New defun.
    (Texinfo-nodename-escape): New defun.
    (Texinfo-make-node-list): New defun, code taken from
    Texinfo-insert-node into this function for the sake of code
    factorization.  In addition, (1) allow node name not to be
    followed by a comma --- i.e. next node etc. unspecified --- (2)
    trim trailing blanks after node name, and (3) de-escape @comma{}
    before insertion of node name into the list.
    (Texinfo-insert-node): (1) Use new function
    `Texinfo-make-node-list', and (2) escape node names for commas.
    (Texinfo-arg-nodename): New defun.
    (TeX-texinfo-mode): (1) Remove `group' from list of commands,
    `group' is an environment, not a command.  (2) Add
    `guillemetleft', `guillemetright', `guilsinglleft',
    `guilsinglright', `quotedblbase' and `quotesinglbase' to the list
    of commands.  (3) For commands `pxref', `ref' and `xref', use new
    function `Texinfo-arg-nodename' to read node name with completion.
    
    Signed-off-by: Tassilo Horn <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog   |   20 ++++++++++++
 tex-info.el |   95 ++++++++++++++++++++++++++++++++++++++++++++++------------
 2 files changed, 95 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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