unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Mikhail Gusarov <gusarov@gorodok.net>
Subject: [TeX mode] wrong default 'TeX Dvi View Command'
Date: Sun, 10 Oct 2004 21:46:10 +0700	[thread overview]
Message-ID: <87k6tyws0d.fsf@vertex.plesk.ru> (raw)


By default TeX DVI view command is 'FILE=`echo * | cut -d. -f1`; dvips
-o $FILE.ps $FILE; ps2pdf $FILE.ps; gv $FILE.pdf', but getting the
FILE value does not work well with files containing more than one dot
in the full path.

It should be replaced with the other one, like FILE=`echo * | perl -pe
's/\.dvi$//'`. If the dependency to the perl is not acceptable, try to
find the analog :)

-- 
Mikhail Gusarov
Plesk Migration/Expand Dept. Developer
SWsoft, Inc.
http://www.sw-soft.com
ICQ# 111575219

             reply	other threads:[~2004-10-10 14:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-10 14:46 Mikhail Gusarov [this message]
     [not found] <mailman.2399.1097420081.2017.bug-gnu-emacs@gnu.org>
2004-10-11 17:25 ` [TeX mode] wrong default 'TeX Dvi View Command' Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87k6tyws0d.fsf@vertex.plesk.ru \
    --to=gusarov@gorodok.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).