On Sun, 24 Jan 2010, [email protected] wrote: > manual Did you configure your alternative to manual mode at some point? Or did you change /etc/alternatives/editor manually?
Many things are weird in your setup: - /usr/bin/editor points to /usr/bin/vim when it should point to /etc/alternatives/editor (this is the reason why the alternative is considered broken by update-alternatives and why it tries to be reinstalled) - /etc/alternatives/editor points to /usr/bin/vim but it's not an valid alternative that is recorded in the database (/usr/bin/vim.basic is correct however). Cheers, -- Raphaƫl Hertzog -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

