bug#19673: 11.88; AUCTEX 11.88.1 view command bug

2015-01-27 Thread Tassilo Horn
Mosè Giordano m...@gnu.org writes:

 Thanks for the report.  Mosè, it seems the error comes from the code
 you added in commit 59ccf3416d53064785d3feee8bcbf8074612386a which
 checks if the viewer executable actually exists.

 Shawn uses windows where the viewer is start.  Maybe that's some
 internal command you cannot find with `executable-find'?  E.g.,
 something like a shell builtin command like alias in bash/zsh?

 We need to know which is the problem: if it's what you suggested
 (start is not strictly a binary and `find-executable' cannot find it)
 then we can just remove start from the list of executable to be
 checked.

I just tested on a Windows machine here at my university, and
(executable-find start) indeed returns nil.

 Admittedly, I don't use Windows and I wasn't able to test the change
 on that system, but I made a research and I understood that start
 was a system program or something like that.  Again, if it's not an
 executable, remove the third element of the start item in
 `TeX-view-program-list-builtin' and we'll need to fix it also
 upstream.

I did that now in the auctex git repository.  Um, could you please teach
me how to sync that change to ELPA?  I know there's something better
than manual diff/patch, no?

Bye,
Tassilo



___
bug-auctex mailing list
bug-auctex@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-auctex


bug#19707: 11.88; RefTeX: create BibTeX file

2015-01-27 Thread Ullrich
Hi,

the command reftex-create-bibtex-file fails to produce a correct bib-file
in the following case:
The original bibtex entry

@Article{test,
  Title= {Test 1) first and 2) second},
  Author  = {Oskar Maier},
  Journal  = {Journal},
  Year = {2014}
}

becomes

@Article{test,
  Title= {Test 1) first and 2)

in the exported file.

Best,
Ullrich

Emacs  : GNU Emacs 24.4.1 (i686-pc-mingw32) of 2014-10-24 on LEG570
Package: 11.88
___
bug-auctex mailing list
bug-auctex@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-auctex


bug#19673: 11.88; AUCTEX 11.88.1 view command bug

2015-01-27 Thread Mosè Giordano
Hi Tassilo,

2015-01-27 3:20 GMT-05:00 Tassilo Horn t...@gnu.org:
 I did that now in the auctex git repository.

Probably you would like to remove the check for start from the
dvips and start viewer as well ;-)

 Um, could you please teach
 me how to sync that change to ELPA?  I know there's something better
 than manual diff/patch, no?

Add to your AUCTeX repository the elpa remote
git remote add elpa git://git.sv.gnu.org/emacs/elpa.git
and then fetch the AUCTeX branch
git fetch elpa externals/auctex:elpa
Now you should be able to merge one branch into the other, or
cherry-pick single commits from them, this is what I did for a commit
by Stefan Monnier some weeks ago.

Bye,
Mosè



___
bug-auctex mailing list
bug-auctex@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-auctex


bug#19673: 11.88; AUCTEX 11.88.1 view command bug

2015-01-27 Thread Tassilo Horn
Mosè Giordano m...@gnu.org writes:

 I did that now in the auctex git repository.

 Probably you would like to remove the check for start from the
 dvips and start viewer as well ;-)

Oh, yes, done!

 Um, could you please teach me how to sync that change to ELPA?  I
 know there's something better than manual diff/patch, no?

 Add to your AUCTeX repository the elpa remote
 git remote add elpa git://git.sv.gnu.org/emacs/elpa.git
 and then fetch the AUCTeX branch
 git fetch elpa externals/auctex:elpa
 Now you should be able to merge one branch into the other, or
 cherry-pick single commits from them, this is what I did for a commit
 by Stefan Monnier some weeks ago.

Yeah, cool, except that I needed to use the ssh://tsdh@... url in order
to be able to push.

Bye,
Tassilo



___
bug-auctex mailing list
bug-auctex@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-auctex