El Sat, Jul 16, 2005 at 06:24:43PM +0200, Erik Ã…ldstedt Sund va escriure: > Package: cgvg > Version: 1.6.2-1 > Severity: normal > > > I am using emacs as my favourite editor, and has quite some settings > in my .emacs file. If I pass '-q' to emacs, it doesn't load my .emacs > settings. This drastically reduces startup time for emacs. When using > vg, I would like emacs to pop up as fast as possible, hence I would > like to be able to set EDITOR="emacs -q" in my ~/.cgvgrc file. If I do > that vg fails and complains like in the following example:
I'll look at the code and will try to fix it, but you can workaround it easily using a script to launch emacs with the options you want, i.e. you can do: $ mkdir ~/bin $ cat > ~/bin/emacs-q << EOF #!/bin/sh exec emacs -q "\$@" EOF $ chmod +x ~/bin/emacs-q And putting EDITOR="~/bin/emacs-q" in your .cgvgrc will do what you want. -- Sergio Talens-Oliag <[EMAIL PROTECTED]> <http://people.debian.org/~sto/> Key fingerprint = 29DF 544F 1BD9 548C 8F15 86EF 6770 052B B8C1 FA69
signature.asc
Description: Digital signature

