From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marcin Borkowski Newsgroups: gmane.emacs.help Subject: My humble additions to AUCTeX Date: Mon, 13 Jan 2014 00:28:18 +0100 Organization: WMI UAM Message-ID: <20140113002818.77105028@aga-netbook> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1389569315 30163 80.91.229.3 (12 Jan 2014 23:28:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 12 Jan 2014 23:28:35 +0000 (UTC) To: GNU Emacs users list Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 13 00:28:43 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1W2USR-0003Xa-IN for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Jan 2014 00:28:43 +0100 Original-Received: from localhost ([::1]:39862 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2USR-0004bn-64 for geh-help-gnu-emacs@m.gmane.org; Sun, 12 Jan 2014 18:28:43 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50228) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2USB-0004LV-C1 for help-gnu-emacs@gnu.org; Sun, 12 Jan 2014 18:28:31 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W2US6-0005DP-OT for help-gnu-emacs@gnu.org; Sun, 12 Jan 2014 18:28:27 -0500 Original-Received: from msg.wmi.amu.edu.pl ([2001:808:114:2::50]:50263) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2US6-0005DL-HW for help-gnu-emacs@gnu.org; Sun, 12 Jan 2014 18:28:22 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by msg.wmi.amu.edu.pl (Postfix) with ESMTP id B586471146 for ; Mon, 13 Jan 2014 00:28:20 +0100 (CET) Original-Received: from msg.wmi.amu.edu.pl ([127.0.0.1]) by localhost (msg.wmi.amu.edu.pl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hsckqbg2eBzh for ; Mon, 13 Jan 2014 00:28:20 +0100 (CET) Original-Received: from aga-netbook (101-138.echostar.pl [213.156.101.138]) by msg.wmi.amu.edu.pl (Postfix) with ESMTPSA id 9405B7113C for ; Mon, 13 Jan 2014 00:28:20 +0100 (CET) X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.17; i686-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:808:114:2::50 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:95364 Archived-At: Hi all, I've recently started putting together some functions to enhance AUCTeX. Currently, a very limited set is ready (getting info about the "token" (in the TeX sense) at point and movement by tokens), and this is not really meant for an average B. L. User yet (there are no keybindings). Still, I thought I might share it: https://github.com/mbork/tex-plus.el . As mentioned in the readme file, I plan to add a few things. Currently I'm thinking about replacing M-f, M-d etc. with commands acting on tokens if at a control word and on words otherwise (so that e.g. an unescaped backslash at the beginning is treated as the part of "word"). Later, I'd like to implement some functions to work with \left ... \right, \bigl ... \bigr and similar delimiters. I'd be very thankful for any opinions/thoughts, bug reports or feature requests. I have very limited spare time now, but I'll have more of it in a few weeks, so I'll be able to devote more time to work on this. Also, I still consider myself an Elisp newbie, so it is well possible that I did violate some conventions ar good style... Best, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University