emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Emacs/CVS: mh require dependency problems


From: Markus Rost
Subject: Emacs/CVS: mh require dependency problems
Date: Wed, 22 Jan 2003 15:33:33 -0500 (EST)

Evaluating the form

(require 'mh-customize)

returns an error.  As a result, if you call

M-x customize-group mh-identity

the group buffer contains no members, because mh-customize.el cannot
be loaded.  The problem disappears after

(require 'mh-e)

or

(require 'mh-utils)

I guess one should alter some require dependencies among the new mh-*
files to fix this.

See cus-load.el for the load dependencies of groups.  They are used by
customize-group.


Here is also a typo:

===Buffer *diff*============================================
cd /home/rost/cvs/emacs/lisp/mail/
diff -c /home/rost/cvs/emacs/lisp/mail/mh-alias.el /tmp/buffer-content-8610txF
*** /home/rost/cvs/emacs/lisp/mail/mh-alias.el  Sat Jan 11 19:36:31 2003
--- /tmp/buffer-content-8610txF Fri Jan 17 14:41:33 2003
***************
*** 501,507 ****
                  ((string-match "^a" answer)
                   (forward-line 1))
                  (t
!                  error "Quitting."))))
         ;; No, so sort-in at the right place
         ;; search for "^alias", then "^alia", etc.
         ((eq mh-alias-insertion-location 'sorted)
--- 501,507 ----
                  ((string-match "^a" answer)
                   (forward-line 1))
                  (t
!                  (error "Quitting.")))))
         ;; No, so sort-in at the right place
         ;; search for "^alias", then "^alia", etc.
         ((eq mh-alias-insertion-location 'sorted)

Diff finished at Fri Jan 17 14:41:33

============================================================





reply via email to

[Prev in Thread] Current Thread [Next in Thread]