unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#16644: 24.3.50; Can't get Git Org mode info files before info files bundled with Emacs
@ 2014-02-04 15:45 Sebastien Vauban
  2014-02-05  5:50 ` Glenn Morris
       [not found] ` <mailman.13758.1391579464.10748.bug-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 15+ messages in thread
From: Sebastien Vauban @ 2014-02-04 15:45 UTC (permalink / raw)
  To: 16644-ubl+/3LiMTaZdePnXv/OxA

Hello,

As I'm using Org mode from Git, I try to use the info files generated
(by `make info') instead of the "old" ones, bundled with GNU Emacs.

Here is my minimal configuration file:

--8<---------------cut here---------------start------------->8---
(message "Loading Minimal Emacs...")

;; Org-mode
(add-to-list 'load-path "~/Public/Repositories/org-mode/lisp")
                                        ; modify the paths to suit your environment!

;; getting started
(add-to-list 'auto-mode-alist '("\\.\\(org\\|org_archive\\|txt\\)\\'" . org-mode))
(require 'org-loaddefs)

(setq Info-default-directory-list
      `(,(expand-file-name
          (concat (file-name-directory (locate-library "org")) "../doc/"))
        "c:/cygwin/usr/share/info/"
        ,@Info-default-directory-list))

(setq Info-additional-directory-list
      `(,(expand-file-name
          (concat (file-name-directory (locate-library "org")) "../doc/"))
        "c:/cygwin/usr/share/info/"))

(message "Loading Minimal Emacs... Done")
--8<---------------cut here---------------end--------------->8---

1. When setting `Info-default-directory-list' ONLY (commenting the lines
   about `Info-additional-directory-list'), the value of
   `Info-directory-list' is:

--8<---------------cut here---------------start------------->8---
   ("c:/Program Files (x86)/emacs-trunk/share/info/"
    "d:/Users/sva/Public/Repositories/org-mode/doc/"
    "c:/cygwin/usr/share/info/")
--8<---------------cut here---------------end--------------->8---

2. When setting `Info-additional-directory-list' ONLY (commenting the lines
   about `Info-default-directory-list'), the value of `Info-directory-list'
   is:

--8<---------------cut here---------------start------------->8---
    ("c:/Program Files (x86)/emacs-trunk/share/info/")
--8<---------------cut here---------------end--------------->8---

That is: I never get the info files from the Git repository in front of
the Emacs one.

Best regards,
  Seb

-- 
Sebastien Vauban





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

end of thread, other threads:[~2014-02-15  3:59 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-04 15:45 bug#16644: 24.3.50; Can't get Git Org mode info files before info files bundled with Emacs Sebastien Vauban
2014-02-05  5:50 ` Glenn Morris
2014-02-15  3:59   ` Glenn Morris
     [not found] ` <mailman.13758.1391579464.10748.bug-gnu-emacs@gnu.org>
     [not found]   ` <mailman.13758.1391579464.10748.bug-gnu-emacs-mXXj517/zsQ@public.gmane.org>
2014-02-05  8:19     ` Sebastien Vauban
2014-02-05  8:34       ` Glenn Morris
     [not found]         ` <4mppn2c600.fsf-iW7gFb+/I3LZHJUXO5efmti2O/JbrIOy@public.gmane.org>
2014-02-05  8:55           ` Sebastien Vauban
     [not found]         ` <mailman.13779.1391590693.10748.bug-gnu-emacs@gnu.org>
     [not found]           ` <mailman.13779.1391590693.10748.bug-gnu-emacs-mXXj517/zsQ@public.gmane.org>
2014-02-05 15:26             ` Sebastien Vauban
2014-02-05 15:46               ` Eli Zaretskii
     [not found]                 ` <83k3d91s1g.fsf-mXXj517/zsQ@public.gmane.org>
2014-02-05 16:12                   ` Sebastien Vauban
2014-02-05 16:44                     ` Eli Zaretskii
     [not found]                       ` <83fvnx1pck.fsf-mXXj517/zsQ@public.gmane.org>
2014-02-06 22:10                         ` Sebastien Vauban
2014-02-07  7:30                           ` Eli Zaretskii
     [not found]                             ` <83vbwrxtvj.fsf-mXXj517/zsQ@public.gmane.org>
2014-02-07  8:20                               ` Sebastien Vauban
2014-02-07  8:41                                 ` Eli Zaretskii
     [not found]                                   ` <83ob2jxqk1.fsf-mXXj517/zsQ@public.gmane.org>
2014-02-07 16:08                                     ` Sebastien Vauban

Code repositories for project(s) associated with this public inbox

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

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).