[AUCTeX-devel] Add length type to the parser

2013-01-16 Thread Mosè Giordano
Hi all, I'm sending a patch for `latex.el' to add the type length to the parser. Here is the ChangeLog entry: 2013-01-16 Mosè Giordano giordano.m...@libero.it * latex.el (LaTeX-auto-length-regexp-list): New variable. (LaTeX-auto-regexp-list): Use `LaTeX-auto-length-regexp

Re: [AUCTeX-devel] ifthen.el

2013-01-20 Thread Mosè Giordano
-*' stuff is written before `TeX-run-style-hooks' in parsed files. This is the same problem I have with `acronym.el' style I submitted some weeks ago. It would be very useful to fix this issue, there are many packages for which `TeX-auto-add-type' comes in handy. Bye, Mosè Giordano

[AUCTeX-devel] Patch for siunitx.el

2013-01-25 Thread Mosè Giordano
Hi all, I'm submitting a short patch for `siunitx.el' style. I overlooked a couple of macros. Here is ChangeLog entry: 2013-01-25 Mosè Giordano giordano.m...@libero.it * style/siunitx.el (siunitx): Add `\gram' and `\SendSettingsToPgf'. Bye, Mosè Giordano siunitx.el.patch

Re: [AUCTeX-devel] Add `unit' type for the parser in siunitx.el

2013-02-13 Thread Mosè Giordano
the options given to packages at load time. Do you have alternative suggestions for this? If they are OK, can my changes without `TeX-auto-store-pre-string' be committed? I'm sending the last patch for `siunitx.el' without those lines. 2013-02-10 Mosè Giordano giordano.m...@libero.it

[AUCTeX-devel] Insert two dollars when typing one

2013-02-13 Thread Mosè Giordano
-matching-paren' is non-nil, the opening dollar blinks for a second, like when closing `$...$' or `$$...$$'. 2013-02-13 Mosè Giordano giordano.m...@libero.it * tex.el (TeX-math-close-single-dollar): New variable. (TeX-insert-dollar): Use it. Bye, Mosè Giordano tex.el.patch

Re: [AUCTeX-devel] Add `unit' type for the parser in siunitx.el

2013-02-13 Thread Mosè Giordano
and qualifiers are usually a minority, but in my opinion they can be regarded all as the same thing. I don't believe a different parser for each of these macros would be somehow more useful. Bye, Mosè Giordano ___ auctex-devel mailing list auctex-devel@gnu.org

Re: [AUCTeX-devel] Insert two dollars when typing one

2013-02-13 Thread Mosè Giordano
documented in `auctex.texi' also some other recent changes. ChangeLog entry: 2013-02-13 Mosè Giordano giordano.m...@libero.it * doc/auctex.texi (Quotes): Document `TeX-math-close-single-dollar'. (Selecting a Command): Remove reference to `LaTeX-biblatex-use-Biber

[AUCTeX-devel] Patch for multi-prompt.el

2013-02-15 Thread Mosè Giordano
'. I'm sending a patch to workaround this. It just sets a default value for `crm-separator' when it is void or nil. ChangeLog entry: 2013-02-16 Mosè Giordano giordano.m...@libero.it * multi-prompt.el (multi-prompt-key-value): Set , as default value for `crm-separator' when

[AUCTeX-devel] Add package options to biblatex.el

2013-02-15 Thread Mosè Giordano
: 2013-02-16 Mosè Giordano giordano.m...@libero.it * style/biblatex.el (biblatex): Add hooks for loaded packages. (LaTeX-biblatex-package-options): New function. (LaTeX-biblatex-package-options-list): Renamed from `LaTeX-biblatex-package-options' to avoid clash

Re: [AUCTeX-devel] Patch for multi-prompt.el

2013-02-18 Thread Mosè Giordano
Hi Tassilo, 2013/2/18 Tassilo Horn t...@gnu.org: Mosè Giordano giordano.m...@libero.it writes: Hi! I'm sending a patch to workaround this. It just sets a default value for `crm-separator' when it is void or nil. ChangeLog entry: Wouldn't it make sense to first try to (require 'crm nil t

Re: [AUCTeX-devel] Patch for multi-prompt.el

2013-02-18 Thread Mosè Giordano
'. As I've already said, usually it works without problems, `crm-separator' is defined and has the correct value (, if not otherwise specified), it's only the sequence of steps I've reported that breaks something, but I can't find what neither why. Did you try to reproduce the error? Bye, Mosè

[AUCTeX-devel] New style kpfonts.el

2013-02-23 Thread Mosè Giordano
if `LaTeX-math-mode' is turned on. 2013-02-23 Mosè Giordano giordano.m...@libero.it * style/kpfonts.el: New file. * Makefile.in (STYLESRC): Add style/kpfonts.el. Bye, Mosè Giordano Makefile.in.patch Description: Binary data kpfonts.el Description: Binary data

Re: [AUCTeX-devel] Add `unit' type for the parser in siunitx.el

2013-02-23 Thread Mosè Giordano
Any news? :-) 2013/2/14 Mosè Giordano giordano.m...@libero.it: Hi Tassilo, 2013/2/13 Tassilo Horn t...@gnu.org: If you have a sample tex file plus a recipe how to reproduce the error, I could check myself. E.g. a tex file using siunitx with some custom unit definitions, and then I change

Re: [AUCTeX-devel] Add `unit' type for the parser in siunitx.el

2013-02-27 Thread Mosè Giordano
Hi Tassilo, 2013/2/26 Tassilo Horn t...@gnu.org: Mosè Giordano giordano.m...@libero.it writes: Hi Mosè, sorry for being late with this. No problem ;-) [...] afterwards, i.e., the problematic code is gone. Basically, everything is gone. What's there is the result of reparsing. Thank you

Re: [AUCTeX-devel] Management of package options [Was: Re: Add `unit' type for the parser in siunitx.el]

2013-02-28 Thread Mosè Giordano
pkgname)) That's a great idea, thank you! I will try to work on it in the next days, time permitting. Bye, Mosè Giordano ___ auctex-devel mailing list auctex-devel@gnu.org https://lists.gnu.org/mailman/listinfo/auctex-devel

[AUCTeX-devel] Addbibresource

2013-03-26 Thread Mosè Giordano
was aware that `LaTeX-{hyperref,siunitx}-package-options' functions weren't correct. Before submitting the fixed functions (like what I did for `LaTeX-biblatex-package-options') I was waiting to complete my work on management of package options, but in the last weeks I was too busy to do it. Bye, Mosè

[AUCTeX-devel] Trivial patch for tex.el

2013-03-26 Thread Mosè Giordano
Hi all, `TeX-add-local-master' function adds some lines with annoying trailing spaces. I'm sending a patch to remove them. We cannot use `add-file-local-variable' function because it requires Emacs 23.1? Here is the ChangeLog entry for the patch: 2013-03-27 Mosè Giordano giordano.m

Re: [AUCTeX-devel] Addbibresource

2013-03-27 Thread Mosè Giordano
Hi Tassilo, I'm sending patches for `style/biblatex.el' and `latex.el'. I restored `TeX-arg-bibliography' definition to CVS version 5.470. Here is ChangeLog entry: 2013-03-28 Mosè Giordano giordano.m...@libero.it * style/biblatex.el (LaTeX-biblatex-addbibresource-options): New

Re: [AUCTeX-devel] Addbibresource

2013-03-28 Thread Mosè Giordano
Hi Tassilo, I forgot to remove `addbibresource' macro from `LaTeX-common-initialization', I'm sorry. 2013-03-28 Mosè Giordano giordano.m...@libero.it * latex.el (LaTeX-common-initialization): Remove `addbibresource' macro. Bye, Mosè Giordano latex.el.patch Description

Re: [AUCTeX-devel] Management of package options [Was: Re: Add `unit' type for the parser in siunitx.el]

2013-03-29 Thread Mosè Giordano
understood what's its purpose. If these patches are fine, I will send also patches for style files checking package options (they should be only babel, biblatex, hyperref, siunitx) and the full ChangeLog entry. Bye, Mosè Giordano latex.el.patch Description: Binary data tex.el.patch Description

Re: [AUCTeX-devel] Management of package options [Was: Re: Add `unit' type for the parser in siunitx.el]

2013-03-29 Thread Mosè Giordano
Regarding `LaTeX-arg-usepackage', is `TeX-input-file-search' (in first `let') a typo? That variable isn't defined anywhere, should it be `TeX-arg-input-file-search'? If this is the case, why force searching if user doesn't want it? ___ auctex-devel

[AUCTeX-devel] Search for LaTeX classes

2013-03-29 Thread Mosè Giordano
Hi all, I'm sending a patch for `latex.el' to make `TeX-arg-document' search for LaTeX classes. 2013-03-29 Mosè Giordano giordano.m...@libero.it * latex.el (TeX-arg-document): Search for LaTeX classes. Bye, Mosè Giordano latex.el.patch Description: Binary data

Re: [AUCTeX-devel] Management of package options [Was: Re: Add `unit' type for the parser in siunitx.el]

2013-04-02 Thread Mosè Giordano
Hi Tassilo, 2013/4/2 Tassilo Horn t...@gnu.org: Mosè Giordano giordano.m...@libero.it writes: Hi Mosè, I'm sending patches implementing what Tassilo suggested. In `LaTeX-arg-usepackage' I replaced `match-string' with `buffer-substring-no-properties' because I need to remove properties

Re: [AUCTeX-devel] Management of package options [Was: Re: Add `unit' type for the parser in siunitx.el]

2013-04-03 Thread Mosè Giordano
-styles' and running `TeX-run-style-hooks'. But I believe that removing style from `TeX-active-styles' should be moved inside `TeX-unload-style', is it correct? Is this solution acceptable? Here is the ChangeLog entry: 2013-04-03 Mosè Giordano giordano.m...@libero.it * latex.el (LaTeX

Re: [AUCTeX-devel] Management of package options [Was: Re: Add `unit' type for the parser in siunitx.el]

2013-04-05 Thread Mosè Giordano
. Is there a policy for git commit message in AUCTeX? I've used CVS commit message style, but probably in git this is redundant. Bye, Mosè Giordano 0001-latex.el-LaTeX-provided-class-options-New-buffer-loc.patch Description: Binary data

Re: [AUCTeX-devel] Improve completion in TeX-arg-document e LaTeX-arg-usepackage

2013-04-09 Thread Mosè Giordano
Hi Tassilo, 2013/4/8 Tassilo Horn t...@gnu.org: Mosè Giordano giordano.m...@libero.it writes: Hi Mosè, I've applied the patches, thanks. However, I've undone the following change: --- a/latex.el +++ b/latex.el @@ -1770,34 +1770,61 @@ string. (scrlttr2

[AUCTeX-devel] Bunch of patches

2013-04-15 Thread Mosè Giordano
Hi all, can I commit the attached patches? Rationale of the fourth patch (the longest one): I want a better unbinding of SPC when completing units for siunitx package. Currently, `LaTeX-arg-siunitx-unit' looks up for SPC key binding, binds SPC to nil, and in the end restores previous binding.

[AUCTeX-devel] Use user-full-name as initial input to author macro

2013-04-16 Thread Mosè Giordano
Hi all, I'm sending a patch defining a new customizable variable (whose default value is `user-full-name') to be used as initial input to `\author' macro. Any comments? Some minutes ago I've documented some missing features in `doc/auctex.texi', I hope it's OK. Bye, Mosè

Re: [AUCTeX-devel] Use user-full-name as initial input to author macro

2013-04-16 Thread Mosè Giordano
Hi Tassilo, 2013/4/16 Tassilo Horn t...@gnu.org: +(defun LaTeX-arg-author (optional) + Prompt for author name. +Insert the given value as a TeX macro argument. If OPTIONAL is +non-nil, insert it as an optional argument. Use +`LaTeX-default-author' as initial input. + (let ((author (if

Re: [AUCTeX-devel] Use user-full-name as initial input to author macro

2013-04-16 Thread Mosè Giordano
Hi Tassilo, 2013/4/16 Tassilo Horn t...@gnu.org: No no, let's keep it, and let's also use 'user-full-name (quoted) as default value. Then, I think using (if (symbolp LaTeX-default-author) (symbol-value LaTeX-default-author) LaTeX-default-author) is preferrable to `eval'.

[AUCTeX-devel] Change the default environment in some class styles

2013-04-19 Thread Mosè Giordano
Hi all, the default environment in AUCTeX is `itemize', but using some classes it can be useful to change its value to a more often used environment. For example, I suggest to set `frame' as default environment for the `beamer' class, `letter' for the `letter' class, and `slide' for the

Re: [AUCTeX-devel] Change the default environment in some class styles

2013-04-25 Thread Mosè Giordano
beamer, in which one has to insert many times the same outermost (I hope this adjective is clear enough) environment. Bye, Mosè 2013/4/19 Mosè Giordano giordano.m...@libero.it: Hi all, the default environment in AUCTeX is `itemize', but using some classes it can be useful to change its value

Re: [AUCTeX-devel] Change the default environment in some class styles

2013-04-25 Thread Mosè Giordano
Hi Tassilo, 2013/4/25 Tassilo Horn t...@gnu.org: However, I don't like the name and description of the new variable. The outermost environment is always document, so the term outermost isn't appropriate. How about `LaTeX-default-document-environment', meaning the default environment

Re: [AUCTeX-devel] Wrap dollars around active region

2013-04-28 Thread Mosè Giordano
Now that there are three people in favor of this feature, I'm undecided whether to commit the previous patch or the attached simplified one. In this, as announced, TeX-electric-dollar is boolean. Bye, Mosè 2013/4/25 Mosè Giordano giordano.m...@libero.it: Hi Tassilo, 2013/4/25 Tassilo Horn t

Re: [AUCTeX-devel] Silencing some compilation warning

2013-05-22 Thread Mosè Giordano
Hi Tassilo, 2013/5/21 Tassilo Horn t...@gnu.org: Looks good, just go ahead. Ok, thank you. BTW, sorry for being silent lately, but I've become a father, so there's pretty much to do beside AUCTeX. This is a really good reason for being silent ;-) Congratulations! Bye, Mosè

[AUCTeX-devel] Making Okular forward PDF search work

2013-05-29 Thread Mosè Giordano
Hi all, it seems Okular forward PDF search requires absolute path of source file, but currently AUCTeX passes to it a relative one (%b in `TeX-expand-list'). The attached patch fixes this. I tested it with Okular 0.14.3. My only concern is that it doesn't work with forward DVI search, but Kile

Re: [AUCTeX-devel] AUCTeX mailinglists

2013-05-31 Thread Mosè Giordano
Hi Marcus, 2013/5/31 Marcus Frings iam-est-hora-surg...@despammed.com: Hello dear developers. To easily keep track of the changes, I also used to read AUCTeX' CVS developments in addition to the regular discussion mailinglists via the Gmane interface in the newsgroups:

[AUCTeX-devel] Execute TeX-run-compile in TeX-master-directory

2013-06-01 Thread Mosè Giordano
Hi all, I believe `TeX-run-compile' should be executed in `(TeX-master-directory)' and not in the directory of the current buffer, like `TeX-run-shell' and `TeX-run-discard'. Any objections? Bye, Mosè ___ auctex-devel mailing list

Re: [AUCTeX-devel] Execute TeX-run-compile in TeX-master-directory

2013-06-02 Thread Mosè Giordano
Hi Tassilo, 2013/6/2 Tassilo Horn t...@gnu.org: Mosè Giordano giordano.m...@libero.it writes: Hi! I believe `TeX-run-compile' should be executed in `(TeX-master-directory)' and not in the directory of the current buffer, like `TeX-run-shell' and `TeX-run-discard'. Any objections? Sounds

Re: [AUCTeX-devel] Wrap dollars around active region

2013-06-03 Thread Mosè Giordano
Hi Tassilo, 2013/6/3 Tassilo Horn t...@gnu.org: I think it's a good change, but since it's incompatible, users should get some warning message. That is, `TeX-insert-dollar' should check if the value is a cons, and if not, issue a warning and treat t as ($ . $). Ok, that's simple to do, but

Re: [AUCTeX-devel] Wrap dollars around active region

2013-06-04 Thread Mosè Giordano
Hi Tassilo, 2013/6/4 Tassilo Horn t...@gnu.org: Mosè Giordano giordano.m...@libero.it writes: BTW, I don't see why we need 2 variables. Shouldn't `TeX-electric-dollar' with no active region make the behavior you get with `TeX-math-close-single-dollar' and the same customization. Good

Re: [AUCTeX-devel] Wrap dollars around active region

2013-06-05 Thread Mosè Giordano
Hi Tassilo, 2013/6/5 Tassilo Horn t...@gnu.org: The attached refined version of your patch uses \\(?:.\\|\n\\) in place of . to match also newlines. It seems to work, but I didn't do extensive testing. Perhaps you sent the wrong file, this is the same as my patch :-) Bye, Mosè

Re: [AUCTeX-devel] Wrap dollars around active region

2013-06-07 Thread Mosè Giordano
Hi Tassilo, 2013/6/7 Tassilo Horn t...@gnu.org: Mosè Giordano giordano.m...@libero.it writes: I didn't consider your second alternative, but I still think the first is better or at least equivalent. Counting the keystrokes of the first alternative they are: 1. press $ 2. move right

Re: [AUCTeX-devel] Wrap dollars around active region

2013-06-07 Thread Mosè Giordano
Hi Tassilo, 2013/6/7 Tassilo Horn t...@gnu.org: Let's see if there's someone relying on that behavior. :-) http://xkcd.com/1172/ Eh eh Ahh, finally. :-) Commit, push, and have a nice weekend! Thanks for your help, done. Of course I did forget to add reference to the thread in ChangeLog

[AUCTeX-devel] Hooks for LaTeX-arg-usepackage and TeX-arg-document

2013-06-09 Thread Mosè Giordano
Hi all, the attached patch adds hooks for `LaTeX-arg-usepackage' and `TeX-arg-document'. In this way we can remove babel specific code from `LaTeX-arg-usepackage' and add hooks for other packages, if needed. For example, I'm developing a file style for polyglossia package and I'd like to add a

Re: [AUCTeX-devel] Regarding 1.2.7 Installation under MS Windows

2013-06-16 Thread Mosè Giordano
Hi David, the only problem with the AUCTeX package provided by ELPA is that it's the 11.86 version, not the latest one. Bye, Mosè 2013/6/16 David Kastrup d...@gnu.org: Mosè Giordano giordano.m...@libero.it writes: Hi James, if you don't know how to compile AUCTeX under Windows you can

[AUCTeX-devel] Make DVI forward/inverse search work

2013-07-05 Thread Mosè Giordano
Hi all, some weeks ago I said that I wasn't able to use DVI forward/inverse search using Okular. Today I noticed that DVI forward/inverse doesn't work with xdvi and Evince either. On TeX Live `TeX-source-correlate-determine-method' returns synctex, but those viewers can't do DVI forward/inverse

Re: [AUCTeX-devel] Make DVI forward/inverse search work

2013-07-11 Thread Mosè Giordano
2013/7/11 Tassilo Horn t...@gnu.org: Mosè Giordano giordano.m...@libero.it writes: Hi Mosè, thanks for your reply and information you provided. My patch was based on the assumption, in turn based on my experience, that no DVI viewer had implemented SyncTeX forward/inverse search

Re: [AUCTeX-devel] New release?

2013-07-19 Thread Mosè Giordano
Hi Ralf, 2013/7/19 Ralf Angeli ang...@caeruleus.net: * Tassilo Horn (2013-07-19) writes: Mosč Giordano giordano.m...@libero.it writes: Please triple check the patch, if it's ok I'll push it. Here are a few points that caught my eye: -COMMITTER=David Kastrup d...@gnu.org +COMMITTER=`git

Re: [AUCTeX-devel] New release?

2013-07-20 Thread Mosè Giordano
Hi Ralf, 2013/7/19 Mosè Giordano giordano.m...@libero.it: - echo `date +%Y-%m-%d ` ${COMMITTER} ChangeLog + echo `date +%Y-%m-%d ` ${COMMITTER} ChangeLog Not sure if this change is necessary. Without this change I previously got a redirection error due

Re: [AUCTeX-devel] New release?

2013-07-22 Thread Mosè Giordano
Hi Nico, I wasn't aware of that syntax, thank you for having pointed it out. I converted the release process to Git following the above suggestions, hope it will work :-) Bye, Mosè 2013/7/20 Nicolas Richard theonewiththeevill...@yahoo.fr: Mosè Giordano giordano.m...@libero.it writes: `git

[AUCTeX-devel] Cite keys starting with a digit and BibTeX-auto-regexp-list

2013-07-23 Thread Mosè Giordano
Hi all, does someone know why there is `TeX-token-char' in `BibTeX-auto-regexp-list' (line 1544 of latex.el)? Cite keys aren't TeX macros and can start with a digit. For example, NASA ADS usually creates BibTeX entries whose keys start with the year of publication of the paper, but that

[AUCTeX-devel] RefTeX reference format selection window

2013-07-30 Thread Mosè Giordano
Hi all, in recent RefTeX versions has been introduced a new reference format selection window when one runs `C-c )'. Personally, I don't like it very much because I find in most cases it just adds a useless step, but I can disable it and it's fine with me. It it's enabled, this window appears

[AUCTeX-devel] Rerun to get outlines right

2013-09-26 Thread Mosè Giordano
Hi all, sometimes the `hyperref' suggests in the log to rerun LaTeX with the message Package rerunfilecheck Warning: File `foo.out' has changed. (rerunfilecheck)Rerun to get outlines right (rerunfilecheck)or use package `bookmark'. The patch to take

Re: [AUCTeX-devel] Commit to CVS repository

2013-10-07 Thread Mosè Giordano
Any news? 2013/9/17 Tassilo Horn t...@gnu.org: Mosè Giordano giordano.m...@libero.it writes: Hi Mosè, a commit has been pushed to the CVS repository of AUCTeX after the switch to git. More than a week ago I wrote to Berend to let him know AUCTeX repository was converted to git, but I got

Re: [AUCTeX-devel] Commit to CVS repository

2013-10-08 Thread Mosè Giordano
Hi Tassilo, 2013/10/8 Tassilo Horn t...@gnu.org: Mosè Giordano giordano.m...@libero.it writes: Hi Mosè, Any news? Berend now answered from his company's support email address, and he was astonished that our mails to his private address didn't make it through. He'll port his context.el

Re: [AUCTeX-devel] AUCTeX mailinglists

2013-10-08 Thread Mosè Giordano
Hi Marcus, 2013/5/31 Marcus Frings iam-est-hora-surg...@despammed.com: * Tassilo Horn t...@gnu.org wrote: Mosè Giordano giordano.m...@libero.it writes: However, with the move to git development these two lists are dead now. Oh, right. Thanks for the heads up. You're welcome! I've

[AUCTeX-diffs] [SCM] GNU AUCTeX branch, master, updated. 7414b46c182074b5499331dca8606cd635d10e92

2013-10-19 Thread Mosè Giordano
422f7ee..570fafe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2013-10-19 Mosè Giordano giordano.m...@libero.it + + * latex.el (TeX-arg-file-name): New function. + (TeX-arg-file-name-sans-extension): Ditto. + (TeX-arg-version): Ditto. + (LaTeX-common-initialization

Re: [AUCTeX-devel] Narrowing

2013-11-02 Thread Mosè Giordano
Well, since nobody objected my patch, I'm going to install it. Bye, Mosè 2013/10/20 Nicolas Richard theonewiththeevill...@yahoo.fr: David Kastrup d...@gnu.org writes: Nicolas Richard theonewiththeevill...@yahoo.fr writes: Mosè Giordano giordano.m...@libero.it writes: The attached patch

Re: [AUCTeX-devel] Difficulties understanding the behavior of TeX-parse-argument

2013-11-05 Thread Mosè Giordano
Hi Tassilo, 2013/11/5 Tassilo Horn t...@gnu.org: Mosè Giordano giordano.m...@libero.it writes: Hi Mosè, I'm having a hard time understanding why this code (let ((foo '((foo) (bar (TeX-parse-argument t '(TeX-read-key-val foo))) works but this (TeX-parse-argument t

Re: [AUCTeX-devel] About commonly used and expert macros/environments (was: auctex-devel Digest, Vol 103, Issue 2)

2013-11-06 Thread Mosè Giordano
2013/11/6 Tassilo Horn t...@gnu.org: Mads Jensen m...@inducks.org writes: Hi Mads and all, That should not be a criterion for being less helpful. It might be an argument to divide stuff into two classes, like file completion does: you can still complete on ignored files if your prefix

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 6bb03672776c2f68db9f27725bba6ae862645ebc

2013-11-13 Thread Mosè Giordano
100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-11-13 Mosè Giordano giordano.m...@libero.it + + * style/biblatex.el (biblatex): Declare expert macros and + environments. + 2013-11-11 Tassilo Horn t...@gnu.org * tex-buf.el (TeX-next-error, TeX-previous-error

Re: [AUCTeX-devel] Narrowing

2013-11-23 Thread Mosè Giordano
Ciao Giacomo, 2013/11/23 giacomo boffi giacomo.bo...@polimi.it: Mosè Giordano giordano.m...@libero.it writes: Well, since nobody objected my patch, I'm going to install it. no narrow-map in xemacs, sorry... Thank you for the report. Do you know the analog of `narrow-map' in XEmacs, if any

Re: [AUCTeX-devel] Narrowing

2013-11-23 Thread Mosè Giordano
2013/11/23 Mosè Giordano giordano.m...@libero.it: Ciao Giacomo, 2013/11/23 giacomo boffi giacomo.bo...@polimi.it: Mosè Giordano giordano.m...@libero.it writes: Well, since nobody objected my patch, I'm going to install it. no narrow-map in xemacs, sorry... Thank you for the report. Do

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 3f4b3d65c7aa32bf2d0629bf88e61b2b83211ade

2013-11-23 Thread Mosè Giordano
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 3f4b3d65c7aa32bf2d0629bf88e61b2b83211ade (commit) from

Re: [AUCTeX-devel] Disable electric-pair-mode.

2013-11-29 Thread Mosè Giordano
2013/11/29 Tassilo Horn t...@gnu.org: Mosè Giordano giordano.m...@libero.it writes: diff --git a/tex.el b/tex.el index 07c452e..ea882f6 100644 --- a/tex.el +++ b/tex.el @@ -3169,7 +3169,13 @@ The algorithm is as follows: (when (or (not (file-exists-p (buffer-file-name

Re: [AUCTeX-devel] Font completion for fontspec

2013-12-24 Thread Mosè Giordano
Hi Tassilo, 2013/12/23 Tassilo Horn t...@gnu.org: Ah, a bit of googling revealed there's an -vvv option to make it very verbose. With % luaotfload-tool --update --force -vvv I get tons of output like luaotfload | db: loading font “/usr/share/fonts/lyx/rsfs10.ttf” luaotfload | db:

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 68d2559f1672d9992fb70a5a35e2b3e2e78ff88e

2013-12-24 Thread Mosè Giordano
@@ +2013-12-24 Mosè Giordano giordano.m...@libero.it + + * tex-style.el (LaTeX-fontspec-arg-font-search): New customizable + variable. + (LaTeX-fontspec-font-list-default): Ditto. + + * style/fontspec.el (LaTeX-fontspec-arg-font): New function. + (fontspec): Use

Re: [AUCTeX-devel] Font completion for fontspec

2013-12-24 Thread Mosè Giordano
2013/12/24 Tassilo Horn t...@gnu.org: Other than that, feel free to commit. Just done. Happy Xmas! Thanks, to you too! Bye, Mosè ___ auctex-devel mailing list auctex-devel@gnu.org https://lists.gnu.org/mailman/listinfo/auctex-devel

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. d617398208ea2c98069c5d4b85f33cc787ac2c7d

2014-01-06 Thread Mosè Giordano
a/ChangeLog b/ChangeLog index 0c376c4..f3573f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-01-06 Mosè Giordano giordano.m...@libero.it + + * latex.el (LaTeX-math-insert): Use `TeX-electric-math' for + consistency with `TeX-insert-dollar'. + (LaTeX-math-cal): Ditto

[AUCTeX-devel] Make searching for \begin and \end case sensitive?

2014-01-10 Thread Mosè Giordano
Hi all, as reported here https://tex.stackexchange.com/questions/153235/auctex-bug-in-latex-mark-environment , `LaTeX-mark-environment' fails if there is an `\End' inside the environment. This can be fixed by making `LaTeX-find-matching-{begin,end}' case sensitive. Should we make this the

[AUCTeX-devel] [RefTeX] reftex-reference ignores reference format selection

2014-01-10 Thread Mosè Giordano
Hi all, the `reftex-reference' function ignores the selected reference format (if `reftex-ref-macro-prompt' is non-nil) when one choses an equation key. For example, consider the following code --8---cut here---start-8--- \documentclass{article}

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 0d1e2143b318466cb0a720c3f661d582e7643bea

2014-01-10 Thread Mosè Giordano
-indent-calculate): Ditto. (LaTeX-find-matching-end): Ditto. (LaTeX-find-matching-begin): Ditto. diff --git a/ChangeLog b/ChangeLog index 4da30d5..1bac4ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2014-01-11 Mosè Giordano giordano.m...@libero.it + + * latex.el (LaTeX

[AUCTeX-devel] Update babel.el

2014-01-14 Thread Mosè Giordano
Hi list, last April, a new version of `babel' has been released: http://www.tex-tipografia.com/babel_news.html (and the new maintainer seems to be an AUCTeX user: http://tex.stackexchange.com/q/50758/31416 ) For our parsing purposes, the most relevant news I spotted are: - the default language

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 59c80eb0431a76b732fe2e2cfadcbd75da33a2d7

2014-01-15 Thread Mosè Giordano
b/ChangeLog index 1bac4ee..cc6ec9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2014-01-15 Mosè Giordano giordano.m...@libero.it + + * style/babel.el: Update copyright years and specify last `babel' + version supported. + (LaTeX-babel-language-list): Expand language

Re: [AUCTeX-devel] a LaTeX-env-usepackage environment

2014-02-06 Thread Mosè Giordano
Hi Carlos, 2014-02-06 Carlos linguafa...@gmail.com: Tassilo and Mosè: Back in - let's see - April 2013 with the subject line Improve completion in TeX-arg-document e LaTeX-arg-usepackage, it all boiled down that document as an environment should not be changed to class. Sorry, I can't get

Re: [AUCTeX-devel] a LaTeX-env-usepackage environment

2014-02-09 Thread Mosè Giordano
Hi Carlos, 2014-02-09 12:48 GMT+01:00 Carlos linguafa...@gmail.com: Sorry, I can't get what you mean by «document as an environment should not be changed to class». Hello Mosè. My question is, is it feasible to have usepackage bound to `C-c C-e`? Normally, the default is documentclass,

Re: [AUCTeX-devel] a LaTeX-env-usepackage environment

2014-02-14 Thread Mosè Giordano
Hi Carlos, 2014-02-14 15:34 GMT+01:00 Carlos linguafa...@gmail.com: Yes, but without a \documentclass you can't have a document environment, so this is a special case. How did I know, that that was going to be the sort of answer to justify it? Hehehe, But yes, you are right Tassilo. I could

Re: [AUCTeX-devel] a LaTeX-env-usepackage environment

2014-02-14 Thread Mosè Giordano
2014-02-14 16:31 GMT+01:00 Mosè Giordano giordano.m...@libero.it: You might want to insert the `\usepackage's after the `\documentclass' inside the `LaTeX-env-document' and I might agree, but that would require some care and work. Is this what you want? I can try to write down a patch

Re: [AUCTeX-devel] a LaTeX-env-usepackage environment

2014-02-16 Thread Mosè Giordano
Hi Carlos, 2014-02-16 10:25 GMT+01:00 Carlos linguafa...@gmail.com: Mosè: Do you see the line (TeX-add-to-alist 'LaTeX-provided-package-options ? in +(defun LaTeX-arg-usepackage-insert (packages options) + Actually insert arguments to usepackage. + (unless (zerop (length options)) +

[AUCTeX-devel] Pass options to the TeX processor

2014-02-19 Thread Mosè Giordano
Hi list, in AUCTeX there isn't an easyflexible way to pass arbitrary options to the TeX processor. The most wanted option probably is `-shell-escape'. Another useful option can be `-fmt format file', to select a format file, because in AUCTeX first line parsing is de facto disabled. Setting

Re: [AUCTeX-devel] a LaTeX-env-usepackage environment

2014-02-19 Thread Mosè Giordano
Tassilo, 2014-02-14 19:03 GMT+01:00 Mosè Giordano giordano.m...@libero.it: 2014-02-14 16:31 GMT+01:00 Mosè Giordano giordano.m...@libero.it: You might want to insert the `\usepackage's after the `\documentclass' inside the `LaTeX-env-document' and I might agree, but that would require some

Re: [AUCTeX-devel] a LaTeX-env-usepackage environment

2014-02-20 Thread Mosè Giordano
Hi Tassilo, 2014-02-20 8:40 GMT+01:00 Tassilo Horn t...@gnu.org: BTW, the name suggests that I can enter many packages. Is that correct? Or is that all due to the special case of \usepackage[options]{pkg1,pkg2,pkg3} Yes, it's that special case. I don't believe there are many packages

Re: [AUCTeX-devel] Pass options to the TeX processor

2014-02-20 Thread Mosè Giordano
Hi Ralf, 2014-02-20 20:41 GMT+01:00 Ralf Angeli ang...@caeruleus.net: Couldn't -shell-escape be used to do malitious stuff together with the right LaTeX file contents? Yes, that's correct and indeed that's why shell escape is usually disabled by default in TeX distributions. If that's the

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 2ebedb8cdc94cca0b941a6173c9825d2a1bfe465

2014-02-20 Thread Mosè Giordano
): Use `%(extraopts)'. * doc/auctex.texi (Processor Options): Document `TeX-command-extra-options'. * doc/changes.texi: Document it. diff --git a/ChangeLog b/ChangeLog index f5daeb8..d3e3c55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2014-02-20 Mosè Giordano

Re: [AUCTeX-devel] a LaTeX-env-usepackage environment

2014-02-20 Thread Mosè Giordano
2014-02-20 22:53 GMT+01:00 Tassilo Horn t...@gnu.org: Mosè Giordano giordano.m...@libero.it writes: I'm not sure I understood what you mean. I think, I just misinterpreted your patch. Am I right that `LaTeX-env-document' calls `LaTeX-insert-usepackages' which allows me to insert as many

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 66be6d74537e899b9351289940c3da98ee85f769

2014-02-20 Thread Mosè Giordano
(Environments): Document new behavior of `LaTeX-env-document'. * doc/changes.texi: Mention it. diff --git a/ChangeLog b/ChangeLog index d3e3c55..ba2dcc0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2014-02-21 Mosè Giordano giordano.m...@libero.it + + * latex.el (LaTeX

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. a9820d3b147bac2214375ddbe644186f9f1ed3ed

2014-02-22 Thread Mosè Giordano
to the current default environment. diff --git a/ChangeLog b/ChangeLog index ba2dcc0..d18a120 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-02-22 Mosè Giordano giordano.m...@libero.it + + * latex.el (LaTeX-environment): Do not set + `LaTeX-default-environment' to `environment

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. ab0cf8f97646e00e1b6cff38889f815a43b4f409

2014-03-05 Thread Mosè Giordano
/ChangeLog @@ -1,3 +1,7 @@ +2014-03-06 Mosè Giordano giordano.m...@libero.it + + * doc/auctex.texi (Processor Options): Add missing pair of braces. + 2014-02-22 Mosè Giordano giordano.m...@libero.it * latex.el (LaTeX-environment): Do not set diff --git a/doc/auctex.texi b/doc/auctex.texi

Re: [AUCTeX-devel] GNU AUCTeX branch, master, updated. fa1daf8cf4c624dc17f584d821f774527579cc97

2014-03-11 Thread Mosè Giordano
Hi Tassilo, - Log - commit fa1daf8cf4c624dc17f584d821f774527579cc97 Author: Tassilo Horn tsdh at gnu.org Date: Tue Mar 11 15:54:03 2014 +0100 Fix bug causing endless package queries. * latex.el

Re: [AUCTeX-devel] GNU AUCTeX branch, master, updated. fa1daf8cf4c624dc17f584d821f774527579cc97

2014-03-11 Thread Mosè Giordano
2014-03-11 20:35 GMT+01:00 Mosè Giordano giordano.m...@libero.it: Why this change? My `completing-read-multiple' never returns nil, if no input is inserted it returns `()' which isn't nil. Am I missing something? I'm running GNU Emacs 24.3, if that helps. Ok, the behavior of `completing

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. e18e745a2c1ba27f87be0b85c86449dc04f58c37

2014-03-15 Thread Mosè Giordano
/ChangeLog index 2f61eda..ab2c75c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-03-15 Mosè Giordano giordano.m...@libero.it + + * style/paralist.el: Update copyright years. + (paralist): Use `LaTeX-provided-package-options-member' to + conditionally define

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. e6bcd3a0c5864fca0b029f316e0add69ce04c8e0

2014-03-15 Thread Mosè Giordano
an infinite loop. diff --git a/ChangeLog b/ChangeLog index ab2c75c..f0ca214 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2014-03-15 Mosè Giordano giordano.m...@libero.it + * tex.el (TeX-view-command-raw): Throw an error when `spec' is + nil, otherwise when the function

Re: [AUCTeX-devel] Default settings

2014-03-16 Thread Mosè Giordano
Hi Florêncio, 2014-03-16 18:06 GMT+01:00 Florêncio Neves florencione...@gmail.com: There are quite a few settings in AUCTeX that one needs to discover and customize before getting a reasonable environment. I agree. I think the following settings should become the default: (add-hook

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 353eb2a490d642d9f4b707213a9c3fcb2fa2997e

2014-04-02 Thread Mosè Giordano
@@ +2014-04-02 Mosè Giordano giordano.m...@libero.it + + * style/biblatex.el: Update copyright years and specify last + `biblatex' version supported. + (LaTeX-biblatex-executebibliographyoptions-options): Update. + (LaTeX-biblatex-language-list): Ditto. + (LaTeX-arg

[AUCTeX-devel] Override autodetection of biblatex backend

2014-04-02 Thread Mosè Giordano
Hi folks, I believe we have the best Biber/BibTeX management among all TeX editor: the user only needs to enable parsing to make AUCTeX selects for him/her the right backend. AFAIK, AUCTeX is, for the time being, the only editor to be able to automatically guess the biblatex backend. But, you

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 1d6f544235966a45a89ad7b6a59c6263771485a6

2014-04-04 Thread Mosè Giordano
-environment-modify-menu' variables to fix assignment to free variable warnings. diff --git a/ChangeLog b/ChangeLog index e840622..8d08c4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2014-04-04 Mosè Giordano giordano.m...@libero.it + * latex.el (LaTeX-add-environments): Move

Re: [AUCTeX-devel] Override autodetection of biblatex backend

2014-04-04 Thread Mosè Giordano
Hi Tassilo 2014-04-04 14:03 GMT+02:00 Tassilo Horn t...@gnu.org: Mosè Giordano giordano.m...@libero.it writes: Hi Mosè, I believe we have the best Biber/BibTeX management among all TeX editor: the user only needs to enable parsing to make AUCTeX selects for him/her the right backend. I

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 32fc9bd6eab8c3eff29d6b16b51859d445c12fbf

2014-05-01 Thread Mosè Giordano
environment. diff --git a/ChangeLog b/ChangeLog index d5dc59f..56743ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-05-01 Mosè Giordano giordano.m...@libero.it + + * font-latex.el (font-latex-set-syntactic-keywords): Fix + fontification of the optional argument

Re: [AUCTeX-devel] [RefTeX] reftex-reference ignores reference format selection

2014-05-20 Thread Mosè Giordano
2014-05-19 8:59 GMT+02:00 Tassilo Horn t...@gnu.org: I can't reproduce that with the reftex version from the 24.4 pretests or emacs trunk (where it inserts a (\pageref{eq:1}), the parens being caused by `reftex-typekey-to-format-alist'), so it's probably already fixed. I've just tried out the

<    1   2   3   4   5   6   7   8   9   10   >