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

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

org-read-date ignores inputs from minibuffer.


From: TAKAHASHI Yoshio
Subject: org-read-date ignores inputs from minibuffer.
Date: Sun, 12 Feb 2006 17:10:48 +0900
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (windows-nt)

I use CVS Emacs and textmode/org.el.  Even if I specify date other
than today in org-read-date, the input is ignored.  Following patch
seems to fix this behavior.

$ diff -u org.el{~,}
--- org.el~     2006-02-09 18:20:06.825348800 +0900
+++ org.el      2006-02-12 17:04:28.970763200 +0900
@@ -3765,7 +3765,7 @@
                  (progn
                    (use-local-map map)
                    (setq ans (read-string prompt "" nil nil))
-                   (setq ans (or ans1 ans2 ans)))
+                   (setq ans (or ans1 ans ans2)))
                (use-local-map old-map)))))
       ;; Naked prompt only
       (setq ans (read-string prompt "" nil timestr)))
$ 

Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the address@hidden mailing list.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:





reply via email to

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