From: Javier <invalid@invalid.invalid>
To: help-gnu-emacs@gnu.org
Subject: Re: Face customisation ignored
Date: Sat, 15 Sep 2018 15:30:59 +0000 (UTC) [thread overview]
Message-ID: <pnj8jj$9vo$1@gioia.aioe.org> (raw)
In-Reply-To: mailman.764.1536908361.1284.help-gnu-emacs@gnu.org
> I usually prefer the lucid version of emacs, but it's not in the
> repository my company set up for the machine I use (it's a mirror
> RHEL, containing just a sub-set of the packages). Even emacs itself
> was just a special concession.
You can compile emacs-lucid yourself as a user. If you have enough
space in $HOME you can even configure a package manager like pkgsrc to
install software without root privileges.
mkdir -p ~/local/bin
mkdir -p ~/local/src
cd ~/local/src
get http://ftp.gnu.org/gnu/emacs/emacs-26.1.tar.gz
tar xzvf emacs-26.1.tar.gz
cd emacs-26.1
./configure --with-x-toolkit=lucid --prefix=${HOME}/local ; make ; make install
export PATH=~/local/bin:${PATH}
emacs
next prev parent reply other threads:[~2018-09-15 15:30 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.663.1536735420.1284.help-gnu-emacs@gnu.org>
2018-09-12 9:31 ` Face customisation ignored Javier
2018-09-14 6:59 ` Mick Bert
[not found] ` <mailman.764.1536908361.1284.help-gnu-emacs@gnu.org>
2018-09-15 15:30 ` Javier [this message]
2018-09-24 12:32 ` Mick Bert
2018-09-12 6:56 Mick Bert
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='pnj8jj$9vo$1@gioia.aioe.org' \
--to=invalid@invalid.invalid \
--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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).