Re: update-alternatives -- changing preferences

2000-08-08 Thread Eric G . Miller
On Tue, Aug 08, 2000 at 06:28:34AM -0700, kmself@ix.netcom.com wrote: > Not quite, I think. > > The above will add "emacs" into the list of available alternatives for > "editor". By what divers black majik a particular application is chosen > I'm not sure. > > In my current case, I want to speci

Re: update-alternatives -- changing preferences

2000-08-08 Thread Ian Zimmerman
> "Karsten" == kmself writes: Dave> The easy way would be Dave> Dave> update-alternatives --config x-window-manager Dave> Dave> and select wmaker from the list to be your default. Karsten> For those who are interested, the following script (run in Karsten> /etc/alternatives) will list all

Re: update-alternatives -- changing preferences

2000-08-08 Thread kmself
On Tue, Aug 08, 2000 at 11:06:57AM -0500, Dave Sherohman wrote: > kmself@ix.netcom.com said: > > The above will add "emacs" into the list of available alternatives > > for "editor". By what divers black majik a particular application > > is chosen I'm not sure. > > Despite the claim at the top of

Re: update-alternatives -- changing preferences

2000-08-08 Thread Dave Sherohman
kmself@ix.netcom.com said: > The above will add "emacs" into the list of available alternatives for > "editor". By what divers black majik a particular application is chosen > I'm not sure. Despite the claim at the top of --display's output, "auto" appears to be an action rather than a state. Wh

Re: update-alternatives -- changing preferences

2000-08-08 Thread kmself
On Mon, Aug 07, 2000 at 11:36:12PM -0300, Rogerio Brito wrote: > On Aug 07 2000, kmself@ix.netcom.com wrote: > > Can someone give me an example or two for how to change perferences > > under /etc/alternatives using update-alternatives? > > Ok. To make a system work correctly, you'd do: > >

Re: update-alternatives -- changing preferences

2000-08-07 Thread Rogerio Brito
On Aug 07 2000, kmself@ix.netcom.com wrote: > Can someone give me an example or two for how to change perferences > under /etc/alternatives using update-alternatives? Ok. To make a system work correctly, you'd do: apt-get update apt-get -y install emacs20 :-) updat