Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VimtexCompileSS no messages on compiler state #2276

Closed
mrajner opened this issue Dec 9, 2021 · 4 comments
Closed

VimtexCompileSS no messages on compiler state #2276

mrajner opened this issue Dec 9, 2021 · 4 comments
Labels

Comments

@mrajner
Copy link
Contributor

mrajner commented Dec 9, 2021

Description

I prefer to use single shot compilation with VimtexCompileSS command. This command used to be informative, but now it only gives you one message VimTeX: Compilation completed. There is no information on start compiler started or if compilation is long I really liked message that compiler is already running.
I was able to track the commit which changed this behaviour: 2ac3d045982aabca6f6a0430da8680feeaabd5fb, actually this messages were cut off from autoload/vimtex/compiler/_template.vim file.

I do not know if that quietness was intentional for single shot compilation, but without that feature you can compulsively run VimtexCompileSS without knowing if it is already started, running or not working at all.
Tracking down code I was not able to easily switch on this verboseness.

Steps to reproduce

:VimtexCompileSS

Expected behavior

VimTeX: Compiler started
VimTeX: Compiler is already running

Actual behavior

no messages

Do you use a latexmkrc file?

Yes, but it is irrelevan

VimtexInfo

System info
  OS: Linux 5.15.6-arch2-1
  Vim version: VIM 8.2 (1-3582)
  Has clientserver: true
  Servername: undefined (vim started without --servername)

VimTeX project: wyklad6
  base: wyklad6.tex
  root: /home/mrajner/dyd/rw/wyklady
  tex: /home/mrajner/dyd/rw/wyklady/wyklad6.tex
  main parser: current file
  document class: 
  packages: adjustbox blx-case-expl3 epstopdf-base expl3 gettitlestring infwarerr kvoptions ltxcmds nameref node_on_specific_x pgfplots refcount rw tikz xparse
  compiler: latexmk
    engine: -pdf
    options:
      -verbose
      -file-line-error
      -synctex=1
      -interaction=nonstopmode
    callback: 1
    continuous: 1
    executable: latexmk
    job: 
      jobid: process 62542 dead
      output: /tmp/vb2CyAP/0
      cmd: max_print_line=2000 latexmk -verbose -file-line-error -synctex=1 -interaction=nonstopmode -pdf 'wyklad6.tex'
      pid: 62542
  viewer: Zathura
    xwin id: 0
  qf method: LaTeX logfile
@mrajner mrajner added the bug label Dec 9, 2021
@lervag
Copy link
Owner

lervag commented Dec 10, 2021

Thanks, I'll look into this. Your request sounds reasonable, so I'll see what I can do!

lervag added a commit that referenced this issue Dec 10, 2021
@lervag
Copy link
Owner

lervag commented Dec 10, 2021

Can you test the recent update? I believe it should fix this for you.

@lervag lervag closed this as completed Dec 10, 2021
@mrajner
Copy link
Contributor Author

mrajner commented Dec 11, 2021

Yes. It works. I confirm that and greatly appreciate your quick response as usual.

@lervag
Copy link
Owner

lervag commented Dec 11, 2021

Great; happy to hear it, and thanks for making me aware of the regression/suggesting the improvement!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants