Re: Quail and dabbrev-expand

2003-11-26 Thread Jeff Sheinberg
is how I fixed it, ;; Rebind C-x C-q to 'toggle-read-only (default 'vc-toggle-read-only). (load "vc-hooks") (define-key global-map "\C-x\C-q" 'toggle-read-only) YMMV with xemacs. -- Jeff Sheinberg

Re: Bug#198887: emacs21: envvars not being inherited everywhere

2003-06-26 Thread Jeff Sheinberg
ver program that the shell runs under) is started with the -ls (login shell option), this is an incomplete solution to not having the proper login environment established. Such usage usually indicates lack of understanding of how envvars are defined and inherited. -- Jeff Sheinberg

Re: emacs to run as root from su, in its own X window?

2002-06-14 Thread Jeff Sheinberg
t; > By the way, on the xhost man page it says > FILES >/etc/X*.hosts > > But like hey, > ls: /etc/X*.hosts: No such file or directory > > So it's a mystery where it wrote whatever it wrote. The X server keeps the xhost specified status in its private data.

Re: It's Huntin' Season

2002-02-10 Thread Jeff Sheinberg
Manoj Srivastava writes: > >>"Jeff" == Jeff Sheinberg <[EMAIL PROTECTED]> writes: > > Jeff> I would like to see support for automatic handling of the > Jeff> disposition questions, preferably by parsing "/etc/dpkg/dpkg.cfg", > Jef

Re: It's Huntin' Season

2002-02-07 Thread Jeff Sheinberg
version of a modified conffile without prompting. force-confold Thanks, -- Jeff Sheinberg <[EMAIL PROTECTED]>

Re: ["Davide G. M. Salvetti" ] emacsen: need plan to fix leftover cruft in share/emacs/XX.Y...

2001-02-04 Thread Jeff Sheinberg
27;t be. > for i in /usr/share/emacs/*/site-lisp/mailcrypt/; do > i=${i#/usr/share/emacs/} > i=${i%/site-lisp/mailcrypt/} > test -e /usr/bin/emacs-$i || clean_old_cruft $i > done > >--< [snip] -- Jeff Sheinberg <[EMAIL PROTECTED]>