emacs-wiki-discuss
[Top][All Lists]
Advanced

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

[emacs-wiki-discuss] Invalid address: nil


From: vrtprj.com
Subject: [emacs-wiki-discuss] Invalid address: nil
Date: Fri, 25 Jun 2004 15:06:01 +0200
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

A problem with the development version of planner: planner rev 119,
emacs-wiki rev 47. Sometimes when I want to create a task from a mail buffer
with "A n", or when I'm trying to remember from a mail buffer I get the error
"Invalid address: nil". Nothing else happens.

Are there more people experiencing this or is it just my setup? Entering the
debugger shows that:

  error("Invalid address: %s" nil)
  mail-extract-address-components(nil)
  (let* ((addr ...) (rec ...)) (if rec (bbdb-record-name rec) (or ... ...)))
  planner-get-name-from-address(nil)
  (concat "to " (planner-get-name-from-address (planner-gnus-get-address "To")))
  (if (and planner-ignored-from-addresses (string-match 
planner-ignored-from-addresses from)) (concat "to " 
(planner-get-name-from-address ...)) (concat "from " 
(planner-get-name-from-address from)))
  (concat "E-Mail " (if (and planner-ignored-from-addresses ...) (concat "to " 
...) (concat "from " ...)))
  (emacs-wiki-make-link (concat "gnus://" gnus-newsgroup-name "/" 
(planner-gnus-get-message-id)) (concat "E-Mail " (if ... ... ...)))
  (let ((from ...)) (emacs-wiki-make-link (concat "gnus://" gnus-newsgroup-name 
"/" ...) (concat "E-Mail " ...)))
  (progn (let (...) (emacs-wiki-make-link ... ...)))
  (if (equal major-mode (quote gnus-article-mode)) (progn (let ... ...)))
  (when (equal major-mode (quote gnus-article-mode)) (let (...) 
(emacs-wiki-make-link ... ...)))
  planner-gnus-annotation-from-message()
  (or (planner-gnus-annotation-from-summary) 
(planner-gnus-annotation-from-message))
  planner-gnus-annotation()
  run-hook-with-args-until-success(planner-gnus-annotation)
  (let* ((annotation ...) (buf ...)) (run-hooks (quote 
remember-before-remember-hook)) (switch-to-buffer-other-window buf) 
(remember-mode) (when (= ... ...) (when initial ...) (setq remember-annotation 
annotation) (when remember-initial-contents ...) (when ... ...) (setq 
remember-initial-contents nil) (goto-char ...)) (message "Use C-c C-c to 
remember the data."))
  remember("Emacs smtpmail.el in CVS can be configured to use the From: line 
in\nMAIL FROM, try:\n\n(setq mail-specify-envelope-from t\n      
mail-envelope-from 'header)\n\nThe reason this isn't the default is that MAIL 
FROM and From: really\nare distinct things, and it isn't clear whether which 
approach is more\ncommon.  E.g., either MAIL FROM needs to be user-mail-address 
for\nauthentication purposes etc and From: can be anything, or that MAIL\nFROM 
should be the same as the From: line, for privacy reasons etc.\nIn this case, 
backwards compatibility was the deciding factor.")
  call-interactively(remember)

- -- 
Rainer Volz
Virtuelle Projekte -- www.vrtprj.de
Virtual Projects   -- www.vrtprj.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 <http://mailcrypt.sourceforge.net/>

iD8DBQFA3CMtenjtlV2FwvQRArTEAJ9JUK35C3P2PqhY3FnT5QAXpTsa/QCglZoY
+DniBXgqjCxqsA5lBnEoN40=
=B6qQ
-----END PGP SIGNATURE-----





reply via email to

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