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

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

Re: Face customisation ignored


From: Javier
Subject: Re: Face customisation ignored
Date: Sat, 15 Sep 2018 15:30:59 +0000 (UTC)
User-agent: tin/2.2.1-20140504 ("Tober an Righ") (UNIX) (Linux/3.18.6-1-ARCH (x86_64))

> 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


reply via email to

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