Opened 13 years ago
Closed 12 years ago
#32148 closed defect (fixed)
Info-default-directory-list of emacs-app must contain ${prefix}/share/info
Reported by: | vishketan@… | Owned by: | cssdev |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | Cc: | humem (humem) | |
Port: | emacs-app |
Description
On a fresh emacs-app install if I use C-h-v Info-default-directory-list I get
("/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_aqua_emacs-app/emacs-app/work/emacs-23.3/nextstep/Emacs.app/Contents/Resources/share/info/" "/usr/local/share/info/" "/usr/local/info/" "/usr/local/gnu/info/" "/usr/local/gnu/lib/info/" "/usr/local/gnu/lib/emacs/info/" "/usr/local/emacs/info/" "/usr/local/lib/info/" "/usr/local/lib/emacs/info/" "/usr/share/info/")
${prefix}/share/info directory is absent.
Also, when I run info and check the value of the variable Info-directory-list I get
("/Applications/MacPorts/Emacs.app/Contents/Resources/info" "/usr/share/info/")
Change History (3)
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to css@… |
---|---|
Port: | emacs-app added |
comment:2 Changed 13 years ago by jmroot (Joshua Root)
Cc: | hum@… added |
---|
comment:3 Changed 12 years ago by humem (humem)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In addition to #32146, I modified site-start.el of emacs-app to append ${prefix}/share/info to Info-directory-list, and committed in r96526.