all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH 0/4] emacs: Various fixes.
@ 2016-02-05 12:13 Alex Kost
  2016-02-05 12:13 ` [PATCH 1/4] emacs: Factorize searching for Emacs packages Alex Kost
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Alex Kost @ 2016-02-05 12:13 UTC (permalink / raw)
  To: guix-devel

This patchset fixes a couple of issues discovered in bug #22550 (see the
bottom of <http://debbugs.gnu.org/cgi/bugreport.cgi?msg=14;bug=22550>).

[PATCH 1/4] emacs: Factorize searching for Emacs packages.
[PATCH 2/4] emacs: Find Emacs packages in a system profile.

[PATCH 3/4] system: Fix EMACSLOADPATH.

  This is an easy fix, however I've just thought that we can get rid of
  EMACSLOADPATH completely.  Since now our Emacs can load packages from
  guix directories ("~/.guix-profile" and "/run/current-system/profile")
  there is no need to use "/etc/emacs/site-start.el" anymore, because Emacs
  will load "guix-autoloads.el" and "geiser-autoloads.el" from a system
  profile.

  So I think this patch is OK as a current fix, but eventually we should
  remove "guix-init.el" and "/etc/emacs/site-start.el".  I'll send a
  patch for it later.

[PATCH 4/4] doc: Document 'guix-edit' Emacs command.

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2016-03-17 21:33 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-05 12:13 [PATCH 0/4] emacs: Various fixes Alex Kost
2016-02-05 12:13 ` [PATCH 1/4] emacs: Factorize searching for Emacs packages Alex Kost
2016-02-06 12:45   ` Ludovic Courtès
2016-02-07  8:35     ` Alex Kost
2016-02-05 12:13 ` [PATCH 2/4] emacs: Find Emacs packages in a system profile Alex Kost
2016-02-06 12:46   ` Ludovic Courtès
2016-02-07  8:34     ` Alex Kost
2016-02-05 12:13 ` [PATCH 3/4] system: Fix EMACSLOADPATH Alex Kost
2016-02-06 12:48   ` Ludovic Courtès
2016-02-07  8:34     ` Alex Kost
2016-02-05 12:13 ` [PATCH 4/4] doc: Document 'guix-edit' Emacs command Alex Kost
2016-02-06 12:50   ` Ludovic Courtès
2016-02-07  8:34     ` Alex Kost
2016-02-06 12:41 ` [PATCH 0/4] emacs: Various fixes Ludovic Courtès
2016-02-10  8:48   ` Alex Kost
2016-03-17 10:21     ` [PATCHES] Do not use special site-start.el on GuixSD Alex Kost
2016-03-17 21:33       ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.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.