Skip to main content
22 events
when toggle format what by license comment
Apr 21, 2020 at 3:29 answer added Dylan timeline score: 1
Dec 30, 2015 at 10:28 history edited DJJ CC BY-SA 3.0
updated question
Dec 23, 2015 at 10:16 comment added DJJ I don't think that there is a problem with auctex but I could not sort it out. Thanks again
Oct 22, 2015 at 8:32 comment added Michael Albinus Yes, just starting emacs gives the same result. Note, that I don't configure tex/latex/auctex in my .emacs.
Oct 21, 2015 at 18:29 comment added DJJ @MichaelAlbinus were you able to achieve the same results with your default emacs (without emacs -Q)?
Oct 21, 2015 at 16:49 history edited DJJ CC BY-SA 3.0
added 200 characters in body
Oct 21, 2015 at 15:20 history edited DJJ CC BY-SA 3.0
added 131 characters in body
Oct 21, 2015 at 15:17 comment added DJJ Indeed you are right. I'll keep emacs -Q in mind. I'll try to find the culprit and will update soon. Thanks.
Oct 21, 2015 at 14:05 comment added Michael Albinus For me, it works. If I apply C-c C-c, I am asked for the command. pdflatex is the default, I hit RET in order to confirm. According to the traces, it is called then remotely lke this: pdflatex \\nonstopmode\\input test.tex. Please try to perform this starting with emacs -Q, maybe you have some settings in your .emacs which confuse Tramp.
Oct 21, 2015 at 11:24 comment added DJJ I can compile the latex from the shell on the remote host no problem. M-: (setq debug-on-error t) give no stack trace. But I have the stack trace of latex, or auctex. It's just telling me that it cannot find the file I'm asking it to compile.
Oct 21, 2015 at 10:24 comment added InHarmsWay If you do M-: (setq debug-on-error t) Then try to compile the latex file again, does it give a stack trace? This would tell you the function from which it is attempting to open the file. You can view the source code at that location. It may be that this needs to be made tramp aware. The package authors could be notified via a bug report or pull request of the enhancement.
Oct 21, 2015 at 9:44 comment added DJJ apologies I meant C-c C-c. By the way I use auctex. No need to laod any package, it doesn't even find the file to be compiled
Oct 21, 2015 at 9:43 history edited DJJ CC BY-SA 3.0
added 4 characters in body
Oct 21, 2015 at 9:28 comment added Michael Albinus Calling C-c does nothing for me. Do you mean C-c C-f (aka M-x tex-file)? Do you load latex specific packages, or could you reproduce the problem starting "emacs -Q"?
Oct 21, 2015 at 8:41 history edited DJJ CC BY-SA 3.0
added 202 characters in body
Oct 21, 2015 at 8:36 comment added DJJ I've updated the question hoping that I'm precise enough. Please let me know if i can provide more details
Oct 21, 2015 at 8:34 history edited DJJ CC BY-SA 3.0
added 202 characters in body
Oct 21, 2015 at 8:05 comment added Michael Albinus I'm sorry, but I cannot follow what you have tried to call. Could you pls give the exact key sequence you have applied to Emacs? It is also important which is your current buffer, it must be one having default-directory pointing to the remote host.
Oct 20, 2015 at 13:54 comment added DJJ yes you are right. I've modified the question.
Oct 20, 2015 at 13:53 history edited DJJ CC BY-SA 3.0
correct mistake
Oct 20, 2015 at 12:48 comment added InHarmsWay What syntax did you try specifically? I suspect it could not find your file on the remote. It should probably be something like: /ssh:user@remotehost:~foobar.rnw assuming the file is in your home directory. If your username is the same on the remote, that can be omitted.
Oct 20, 2015 at 10:10 history asked DJJ CC BY-SA 3.0