help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Does anyone really use emacs in terminal?


From: Pascal J. Bourguignon
Subject: Re: Does anyone really use emacs in terminal?
Date: Thu, 09 May 2013 01:21:30 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

"Nicolas Richard" <theonewiththeevillook@yahoo.fr> writes:

> Bob Proulx <bob@proulx.com> writes:
>> I disagree.  There is nothing wrong with it.  It is no different than:
>>
>>   # emacs -nw
>
> I would not do that either, not only because emacs is a huge beast which
> can have bugs, but most importantly because I don't trust myself in not
> doing anything harmful inadvertantly after some time [*]. 

Yes, but then, I *know* I will do something harmful by using a different
editor than the one I'm used to when occasionnaly editing as root, hence
my relentless destruction of any other editor than emacs on systems I
install, even before the first boot.


No, the only real risk with emacs, is that it's so agreable to use, that
you may forgot you're logged as root.   For this, I have:

    (when (= (user-uid) 0)
     (set-background-color "black")
     (set-foreground-color "red"))

in my .emacs files…

-- 
__Pascal Bourguignon__                     http://www.informatimago.com/
A bad day in () is better than a good day in {}.
You can take the lisper out of the lisp job, but you can't take the lisp out
of the lisper (; -- antifuchs


reply via email to

[Prev in Thread] Current Thread [Next in Thread]