2016-04-01 19:20 GMT+02:00 Uwe Brauer :
>
>> 2016-04-01 15:17 GMT+02:00 Uwe Brauer :
>
>> I can't reproduce the bug with other major modes (I tested
>> fundamental-mode and text-mode). I can't reproduce it with other
>> values of `auto-capitalize-predicate' , like both (lambda () t
> 2016-04-01 15:17 GMT+02:00 Uwe Brauer :
> I can't reproduce the bug with other major modes (I tested
> fundamental-mode and text-mode). I can't reproduce it with other
> values of `auto-capitalize-predicate' , like both (lambda () t) or
> (lambda () nil), so I thought `texmathp'
> 2016-04-01 15:17 GMT+02:00 Uwe Brauer :
> Ok, thanks, now I can reproduce it but can't find the real culprit.
Good, I was starting to feel paranoid :-D
> The problem is that after `replace-match' point is left after
> "\begin", instead of after "\end{align". I can't understand w
2016-04-01 15:17 GMT+02:00 Uwe Brauer :
>
> > 2016-04-01 14:27 GMT+02:00 Uwe Brauer :
>
> > Still can't reproduce, and I think there is an error in your recipe.
> > I guess you start from
>
> > \begin{equation}
> > A_i
> > \end{equation}
>
> > move anywhere inside the
close 22807
tags 22807 notabug
thanks
2016-04-01 16:02 GMT+02:00 Uwe Brauer :
>
> > 2016-04-01 15:38 GMT+02:00 Uwe Brauer :
>
> > As expected, because synctex looks for the .synctex.gz file with the
> > same base name of the .pdf file, and can't find it in this case
>
> Ok, I put the
> 2016-04-01 15:38 GMT+02:00 Uwe Brauer :
> As expected, because synctex looks for the .synctex.gz file with the
> same base name of the .pdf file, and can't find it in this case
Ok, I put the latex file in 2 different directories TL2009 and TL2015
and run it either with TL2009 pdfla
2016-04-01 15:38 GMT+02:00 Uwe Brauer :
"Mosè" == Mosè Giordano writes:
>
> > 2016-04-01 14:01 GMT+02:00 Uwe Brauer :
> >>
> >> > 2016-04-01 12:56 GMT+02:00 Uwe Brauer :
> >>
> >> > Yes, it's weird, it works for me flawless with Okular as viewer and
> >> > TeX Live 201
>>> "Mosè" == Mosè Giordano writes:
> 2016-04-01 14:01 GMT+02:00 Uwe Brauer :
>>
>> > 2016-04-01 12:56 GMT+02:00 Uwe Brauer :
>>
>> > Yes, it's weird, it works for me flawless with Okular as viewer and
>> > TeX Live 2015 installed with the same method. In a LaTeX buffer
2016-04-01 14:01 GMT+02:00 Uwe Brauer :
>
> > 2016-04-01 12:56 GMT+02:00 Uwe Brauer :
>
> > Yes, it's weird, it works for me flawless with Okular as viewer and
> > TeX Live 2015 installed with the same method. In a LaTeX buffer, what
> > does
>
> > (TeX-synctex-output-page-
> 2016-04-01 14:27 GMT+02:00 Uwe Brauer :
> Still can't reproduce, and I think there is an error in your recipe.
> I guess you start from
> \begin{equation}
> A_i
> \end{equation}
> move anywhere inside the environment, issue C-u C-c C-e "align" RET and
get
>
2016-04-01 14:27 GMT+02:00 Uwe Brauer :
>
> > 2016-04-01 12:47 GMT+02:00 Uwe Brauer :
>
> > Then can we close this? :-)
>
> Hm, I found the recipe:
>
> emacs -Q
> load auto-capitalize manually.
>
> Load the following two files
>
> Open a latex buffer and proceed as I said.
>
> The problem
> 2016-04-01 12:47 GMT+02:00 Uwe Brauer :
> Then can we close this? :-)
Hm, I found the recipe:
emacs -Q
load auto-capitalize manually.
Load the following two files
Open a latex buffer and proceed as I said.
The problem is caused by this
(add-hook 'LaTeX-mode-hook 'my-set-auto-c
> 2016-04-01 12:56 GMT+02:00 Uwe Brauer :
> Yes, it's weird, it works for me flawless with Okular as viewer and
> TeX Live 2015 installed with the same method. In a LaTeX buffer, what
> does
> (TeX-synctex-output-page-1 (buffer-file-name))
You are not going to belive th
> 2016-04-01 12:47 GMT+02:00 Uwe Brauer :
> Then can we close this? :-)
Right now, I'd say yes. I might come back though.
___
bug-auctex mailing list
bug-auctex@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-auctex
2016-04-01 12:56 GMT+02:00 Uwe Brauer :
> Here are its value
> exec-bib:
>
> ,
> | exec-path is a variable defined in ‘C source code’.
> | Its value is
> | ("/opt/texbin" "/usr/local/sbin" "/usr/local/bin" "/usr/sbin"
> "/opt/trinity/bin" "/usr/bin" "/sbin" "/bin" "/usr/games"
> "/home/oub/sc
2016-04-01 12:47 GMT+02:00 Uwe Brauer :
>
>> Hi Uwe,
>> 2016-04-01 11:38 GMT+02:00 Uwe Brauer :
>
>> I can't reproduce the bug you describe neither in Emacs 24.5 nor in
>> Emacs 25.1.50.17. Please provide a reproducible recipe starting from
>> "emacs -Q".
>
> Again aa.
>>> "Mosè" == Mosè Giordano writes:
> Hi Uwe,
> Sorry for the delay, but I completely missed this message before.
> 2016-02-25 19:21 GMT+01:00 Uwe Brauer :
>>
>> Hi
>>
>> That looks bizarre. I am still using Kubuntu 10.04 which ships texlive
>> 2009. Everything
> Hi Uwe,
> 2016-04-01 11:38 GMT+02:00 Uwe Brauer :
> I can't reproduce the bug you describe neither in Emacs 24.5 nor in
> Emacs 25.1.50.17. Please provide a reproducible recipe starting from
> "emacs -Q".
Again aa.
I did emacs -Q, I loaded auto-capitalize and auctex ma
> 2016-04-01 11:33 GMT+02:00 Uwe Brauer :
> C-h v exec-path RET
> M-: (getenv "PATH") RET
> Are you really telling me you never used C-h v to check the value of a
> variable? ;-)
ahhh could we please delete these two message from the archive :'(
__
Hi Uwe,
2016-04-01 11:38 GMT+02:00 Uwe Brauer :
>
> Hi
>
> I just realized that auto-capitalize is in MELPA.
> Maybe I am the only one who uses this _very useful package.
>
> But when auto-capitalize is turned on,
>
> C-u C-c C-e
>
> Does *not* change the environment correctly.
>
>
> \documentcla
2016-04-01 11:33 GMT+02:00 Uwe Brauer :
>
>> Hi Uwe,
>> Sorry for the delay, but I completely missed this message before.
>
> No problem, I switched back to 2009 for the moment, since I need the
> forward search very much.
>
>
>> 2016-02-25 19:21 GMT+01:00 Uwe Brauer :
>
>> Are you
Hi
I just realized that auto-capitalize is in MELPA.
Maybe I am the only one who uses this _very useful package.
But when auto-capitalize is turned on,
C-u C-c C-e
Does *not* change the environment correctly.
\documentclass[12pt]{article}
\begin{document}
\begin{equation}
\label{eq:example
> Hi Uwe,
> Sorry for the delay, but I completely missed this message before.
No problem, I switched back to 2009 for the moment, since I need the
forward search very much.
> 2016-02-25 19:21 GMT+01:00 Uwe Brauer :
> Are you sure Emacs has the right values of `exec-path' and (geten
Hi Uwe,
Sorry for the delay, but I completely missed this message before.
2016-02-25 19:21 GMT+01:00 Uwe Brauer :
>
> Hi
>
> That looks bizarre. I am still using Kubuntu 10.04 which ships texlive
> 2009. Everything works fine, in my current setting TeX-view jumps to the
> correct place in t
24 matches
Mail list logo