-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
Description
Reproduction recipe:
With Emacs 24.5, the following ~/.emacs.d/init.el file and no other files in ~/.emacs.d directory:
;;; ~/.emacs.d/init.el
(require 'package)
(add-to-list 'package-archives '("melpa" . "http://melpa.org/packages/"))
(package-initialize)
-
- start emacs
-
M-x package-install RET helm-gtags RET
-
M-x package-install RET drupal-mode RET
-
- restart emacs
-
M-: (require 'helm-gtags)
-
M-: (require 'drupal-mode)
Result: An error with this backtrace:
Debugger entered--Lisp error: (file-error "Cannot open load file" "no such file or directory" "gtags")
require(gtags)
eval-buffer(#<buffer *load*> nil "/home/bar/.emacs.d/elpa/drupal-mode-20150830.1227/drupal/gtags.el" nil t) ; Reading at buffer position 916
load-with-code-conversion("/home/bar/.emacs.d/elpa/drupal-mode-20150830.1227/drupal/gtags.el" "/home/bar/.emacs.d/elpa/drupal-mode-20150830.1227/drupal/gtags.el" nil t)
require(drupal/gtags)
#[nil "\300\301!\207" [require drupal/gtags] 2]()
eval-after-load(helm-gtags #[nil "\300\301!\207" [require drupal/gtags] 2])
byte-code("\306� \n�\f%\307�\211�.\2031
I also get the error "Cannot open load file: no such file or directory, gtags" (without the backtrace) when opening a directory with Dired (e.g. via C-x d).