viewmail-info
[Top][All Lists]
Advanced

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

[VM] Trivial bugs in vm-8.2.0b


From: Dr Rainer Woitok
Subject: [VM] Trivial bugs in vm-8.2.0b
Date: Sun, 21 Jul 2013 19:40:53 +0200

Uday,

after downloading  and compiling vm-8.2.0b  (which seems to date back to
the end of 2012!) for XEmacs 21.4 I found out  that I could neither open
the VM NEWS file nor the VM  Manual from the  "Help" pull down menu.  To
remedy this I did the following trivial changes:

--- vm-menu.el.~1~      2011-12-28 00:19:28.000000000 +0200
+++ vm-menu.el  2013-07-21 18:07:44.306000000 +0200
@@ -315,7 +315,7 @@
     ["Customize VM" vm-customize t]
     ["Describe VM Mode" describe-mode t]
     ["VM News" vm-view-news t]
-    ["VM Manual" vm-menu-view-manual t]
+    ["VM Manual" vm-view-manual t]
     ["Submit Bug Report" vm-submit-bug-report t]
     "---"
     ["What Now?" vm-help t]
@@ -1466,7 +1466,7 @@
                (file-exists-p (expand-file-name "NEWS" doc-dir)))
           (setq doc-dirs nil)
        (setq doc-dirs (cdr doc-dirs))))
-    (view-file-other-frame (expand-file-name "NEWS" doc-dir))))
+    (find-file-other-frame (expand-file-name "NEWS" doc-dir))))
 
 (defun vm-view-manual ()
   "View the VM manual."

Then I  found out that I  could not start  writing a mail by hitting "m"
(M-x vm-mail) because function "vm-select-recipient-from-sender" was un-
defined.  I remedied this by doing:

--- vm-reply.el.~1~     2011-12-28 00:19:28.000000000 +0200
+++ vm-reply.el 2013-07-21 19:11:19.952000000 +0200
@@ -1643,6 +1643,7 @@
   (add-hook 'vm-mail-send-hook 'vm-forget-composition-buffer nil t)
   (vm-update-ml-composition-buffer-count))
 
+;;;###autoload
 (defun vm-select-recipient-from-sender ()
   "Select a recipient's address from the current message's sender, if
 there is a current message."

These all  are so trivial glitches that  I really wonder  why one  and a
half years later I should be the first one to stumble upon them?

Sincerely
 Rainer

 ----------------------------------------------------------------------
| Rainer M Woitok                | Phone : (+49 60 93) 487 95 95       |
| Kolpingstraße 3                | Mobile: (+49 172) 813 6 831         |
| D-63846 Laufach                | Mail  : address@hidden     |
| Germany                        |                                     |
 ----------------------------------------------------------------------



reply via email to

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