[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Debian 2.0 llego



On Mon, Aug 17, 1998 at 09:08:56AM -0500, Roberto Ruiz wrote:

> Cambio global, se debe hacer como root:
> cd /etc/alternatives
> rm -f editor editor.1.gz  
> ln -s emacs editor
> ln -s emacs.1.gz editor.1.gz

Cuidado...

$ update-altervatives --display editor

$ update-alternatives --install /usr/bin/editor editor /usr/bin/emacs \
  --slave /usr/man/man1/editor.1.gz editor.1.gz /usr/man/man1/emacs.1.gz \
  100

$ man update-alternatives

Si quieres cambiar solo el editor para Mutt, modifica ~/.muttrc

	set editor="emacs"


					Marcelo


Reply to: