From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: guix installed Emacs Date: Sun, 17 Apr 2016 18:58:56 +0300 Message-ID: <871t64tef3.fsf@gmail.com> References: <87potpj4w6.fsf@gmail.com> <877ffxixed.fsf@gmail.com> <87twj0d4ov.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32975) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1arp6E-0006GV-Ha for help-guix@gnu.org; Sun, 17 Apr 2016 11:59:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1arp6B-0002Jv-BG for help-guix@gnu.org; Sun, 17 Apr 2016 11:59:02 -0400 Received: from mail-lf0-x244.google.com ([2a00:1450:4010:c07::244]:35879) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1arp6A-0002JR-Ui for help-guix@gnu.org; Sun, 17 Apr 2016 11:58:59 -0400 Received: by mail-lf0-x244.google.com with SMTP id j10so3360009lfg.3 for ; Sun, 17 Apr 2016 08:58:58 -0700 (PDT) In-Reply-To: (catonano@gmail.com's message of "Sun, 17 Apr 2016 14:28:26 +0200") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Catonano Cc: help-guix@gnu.org Catonano (2016-04-17 15:28 +0300) wrote: > 2016-04-17 10:23 GMT+02:00 Alex Kost : [...] > Aha, so it loads elisp files from that "site-start.d" directory.=C2=A0 > I > wonder what files are placed there.=C2=A0 Could you look and show > their > contents please? > > $ ls /usr/share/emacs/site-lisp/site-start.d/ > desktop-entry-mode-init.el=C2=A0 git-init.el > > $ cat /usr/share/emacs/site-lisp/site-start.d/ > desktop-entry-mode-init.el > (autoload 'desktop-entry-mode "desktop-entry-mode" "Desktop Entry > mode" t) > (add-to-list 'auto-mode-alist '("\\.desktop\\(\\.in\\)?$" . > desktop-entry-mode)) > =C2=A0 > $ cat /usr/share/emacs/site-lisp/site-start.d/git-init.el > ;; Git VC backend > (add-to-list 'vc-handled-backends 'GIT t) > (autoload 'git-status "git" "GIT mode." t) > (autoload 'git-blame-mode "git-blame" > =C2=A0=C2=A0=C2=A0=C2=A0 "Minor mode for incremental blame for Git." t) > > I was expecting something explaining the difference in the fotns > sizes. But that must be somewhere else Yeah, these files look harmless. > > Also the Fedora Emacs keeps being a bit brighter > > You know, I have another thought about this problem.=C2=A0 Perhaps you > use > different versions of zenburn theme: like, for example, you > installed > one using Fedora (which is loaded when you run Fedora's Emacs), > and also > you installed another zenburn using Emacs package system (and it > is > loaded by Guix's Emacs).=C2=A0 Could you look at 'load-path' variable > ("C-h v > load-path") and check if there are several ".../zenburn..." > directories. > > Or better, look if zenburn is listed at "M-x > list-load-path-shadows". > > Also check the value of 'custom-enabled-themes'. > > > For the Fedora Emacs > No Emacs Lisp load-path shadowings were found > > > =C2=A0For the Guix Emacs > > /home/catonano/.emacs.d/elpa/dash-20151216.1315/dash hides /home/ > catonano/.guix-profile/share/emacs/site-lisp/guix.d/dash-2.12.1/dash > /home/catonano/.emacs.d/elpa/dash-20151216.1315/dash-autoloads hides > /home/catonano/.guix-profile/share/emacs/site-lisp/guix.d/dash-2.12.1 > /dash-autoloads > /home/catonano/.guix-profile/share/emacs/site-lisp/guix-emacs hides / > gnu/store/95zc1fvm6dycmn0ahfcd61vq2yyr1b8v-emacs-24.5/share/emacs/ > 24.5/site-lisp/guix-emacs > > 3 Emacs Lisp load-path shadowings were found > > > For both Emacses > "Its value is (zenburn) > Original value was nil" > > Look, I installed zenburn with the Fedora Emacs packages machinery, > before even attempting to install Guix > > It's in my .emacs.d folder and it's commong among the 2 Emacses Yes, this is very strange. Since it is the same theme, it should look the same on both Emacses. > Rather, I'd come up with this hypothesis > > The Fedora Emacs is buit against Gtk+ version 3.18.9 > The Guix Emacs is built against Gtk+ version 3.18.2 > > So I read in the respective splash files > > Maybe the slight difference in versions might explain the difference > in brightness ? I don't believe this can be a cause. GTK should effect only the appearance of such things as menu-bar, toolbar and scroll bars. But, well, I don't have any other idea to explain the difference. BTW, did you try some other themes? I would check if this difference in brightness happens with other themes or not. --=20 Alex