all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Emanuel Berg <embe8573@student.uu.se>
To: help-gnu-emacs@gnu.org
Subject: Re: I'am root user, but 'emacs /etc/sudoers' still report Buffer is read-only: #<buffer sudoers> in modeline
Date: Wed, 29 Apr 2015 22:29:33 +0200	[thread overview]
Message-ID: <87383iu18y.fsf@debian.uxu> (raw)
In-Reply-To: 87618e8zq4.fsf@debian.uxu

Emanuel Berg <embe8573@student.uu.se> writes:

> However then be aware that all tildes (~) in USER's
> configs won't be /home/USER, so those have to be
> changed to explicit paths unless there is yet
> another way around it.
>
> Perhaps the `user-login-name' or
> `user-real-login-name' could be experimented with...

Yes. I just came up with it but it makes sense (I
think).

For /etc/sudoers use:

    sudo LOGNAME=USER EDITOR='/usr/bin/emacs' visudo

Note that -u USER is isn't necessary with LOGNAME.

Tildes (~) in config files have to be replaced with
(user-login-name), e.g.:

    (setq load-path
      (append load-path
        `(,(format "/home/%s/.emacs.d/emacs-init/"      (user-login-name))
          ,(format "/home/%s/.emacs.d/emacs-init/w3m/"  (user-login-name))
          ,(format "/home/%s/.emacs.d/emacs-init/gnus/" (user-login-name))
         )))

`user-login-name' will report the (correct) user even
without the LOGNAME set (however not in sudo
invocation, which is why LOGNAME *is* set there) so it
will work transparently, is the thought.

-- 
underground experts united
http://user.it.uu.se/~embe8573


  reply	other threads:[~2015-04-29 20:29 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-29  6:27 I'am root user, but 'emacs /etc/sudoers' still report Buffer is read-only: #<buffer sudoers> in modeline Show Dont
2015-04-29  8:25 ` Bob Proulx
2015-04-29  8:36 ` tomas
2015-04-29  9:24 ` Alex Kost
2015-04-29 10:33 ` tomas
     [not found] ` <mailman.1889.1430298251.904.help-gnu-emacs@gnu.org>
2015-04-29 20:08   ` Emanuel Berg
2015-04-29 20:29     ` Emanuel Berg [this message]
2015-04-30 21:36       ` Bob Proulx
     [not found]       ` <mailman.2062.1430429791.904.help-gnu-emacs@gnu.org>
2015-05-01  1:23         ` Emanuel Berg
2015-05-01  2:31         ` Emanuel Berg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87383iu18y.fsf@debian.uxu \
    --to=embe8573@student.uu.se \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.