The JDEE is an add-on software package that turns Emacs into a comprehensive system for creating, editing, debugging, and documenting Java applications.
GNU General Public License v2.0
424
stars
55
forks
source link
Incomplete `dir` file prevents manual showing up in Emacs Directory node (installing over melpa) #108
The dir file of JDEE 20170217.22 (installed via melpa) does not add jdee.info to the Emacs Info directory node. Adding something like the following lines to the end of dir makes the JDEE manual appear in the directory. (Adding it to the Emacs section since all other packages installed via melpa do the same.)
I'd have submitted a patch but could not see how/where the dir file is generated.
Emacs
* JDEE: (jdee). A sophisticated Java IDE for Emacs.
AFAIK the "dir" file is generated by cask, when the package is created. But there must be some way to generate (or include) it correctly so that the above entry is included.
The
dir
file of JDEE 20170217.22 (installed via melpa) does not addjdee.info
to the Emacs Info directory node. Adding something like the following lines to the end ofdir
makes the JDEE manual appear in the directory. (Adding it to theEmacs
section since all other packages installed via melpa do the same.)I'd have submitted a patch but could not see how/where the
dir
file is generated.