all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Robert Marshall <robert.marshall@tnei.co.uk>
To: emacs-pretest-bug@gnu.org
Subject: bug#5020: 23.1.50; error on loading message library
Date: Mon, 23 Nov 2009 12:00:51 +0000	[thread overview]
Message-ID: <87my2dsb64.fsf@tnei.co.uk> (raw)


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 emacs-pretest-bug@gnu.org mailing list.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug.  If you can, give
a recipe starting from `emacs -Q':



If I start emacs and evaluate the following code

(setq message-send-mail-function 'smtpmail-send-it
      send-mail-function  'smtpmail-send-it
      smtpmail-default-smtp-server "www.tnei.co.uk")
(setq smtpmail-local-domain "tnei.co.uk")
(setq user-full-name "Robert Marshall")
(setq user-mail-address "robert.marshall@tnei.co.uk")


and then M-x load-library tramp I get the following tracback
Debugger entered--Lisp error: (void-variable mail-envelope-from)
  (if (featurep (quote xemacs)) nil mail-envelope-from)
  eval((if (featurep (quote xemacs)) nil mail-envelope-from))
  custom-initialize-reset(message-sendmail-envelope-from (if (featurep (quote xemacs)) nil mail-envelope-from))
  custom-declare-variable(message-sendmail-envelope-from (if (featurep (quote xemacs)) nil mail-envelope-from) ("/home/robert/emacs/lisp/gnus/message.elc" . -29489) :version "22.1" :type (choice (string :tag "From name") (const :tag "Use From: header from message" header) (const :tag "Use `user-mail-address'" nil)) :link (custom-manual "(message)Mail Variables") :group message-sending)
  require(message)
; bytecode removed
  require(tramp-imap)
; rest of tb removed



If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
For information about debugging Emacs, please read the file
/home/robert/emacs/etc/DEBUG.

Note that the following is not all correct - I can't report a bug with
the latest version (got from cvs this morning) due to this problem!


In GNU Emacs 23.1.50.7 (x86_64-unknown-linux-gnu, GTK+ Version 2.18.3)
 of 2009-11-06 on robert-laptop
Windowing system distributor `The X.Org Foundation', version 11.0.10604000
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_GB.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
<help-echo> <help-echo> <select-window> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <menu-bar> 
<help-menu> <send-emacs-bug-report>

Recent messages:
Preparing diary...
No diary entries for Monday, 23 November 2009
For information about GNU Emacs and the GNU system, type C-h C-a.

Load-path shadows:
/home/robert/emacs/lisp/subword hides /home/robert/emacs/lisp/progmodes/subword
/home/robert/emacs/lisp/emacs-lisp/lucid hides /home/robert/emacs/lisp/obsolete/lucid
/home/robert/emacs/lisp/emacs-lisp/levents hides /home/robert/emacs/lisp/obsolete/levents

Features:
(shadow mail-extr message ecomplete rfc822 mml mml-sec password-cache
mm-decode mm-bodies mm-encode mailcap mail-parse rfc2231 rfc2047 rfc2045
qp ietf-drums mailabbrev nnheader gnus-util netrc time-date mm-util
mail-prsvr gmm-utils wid-edit mailheader canlock sha1 hex-util hashcash
mail-utils emacsbug sendmail cal-china lunar solar cal-dst cal-bahai
cal-islam cal-hebrew holidays hol-loaddefs diary-lib diary-loaddefs
regexp-opt cal-menu easymenu calendar cal-loaddefs tooltip ediff-hook
vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image
fringe lisp-mode register page menu-bar rfn-eshadow timer select
scroll-bar mldrag mouse jit-lock font-lock syntax facemenu font-core
frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai
tai-viet lao korean japanese hebrew greek romanian slovak czech european
ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help
simple abbrev loaddefs button minibuffer faces cus-face text-properties
overlay md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote make-network-process gtk x-toolkit x
multi-tty emacs)





             reply	other threads:[~2009-11-23 12:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <9rr5rn67xj.fsf@fencepost.gnu.org>
2009-11-23 12:00 ` Robert Marshall [this message]
2009-11-24 19:30   ` bug#5020: marked as done (23.1.50; error on loading message library) Emacs bug Tracking System
2009-11-23 14:58 ` bug#5022: 23.1.50; Symbol's value as variable is void: mail-envelope-from =C3=93scar?= Fuentes
2009-11-24 19:30   ` bug#5022: marked as done (23.1.50; Symbol's value as variable is void: mail-envelope-from) Emacs bug Tracking System

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87my2dsb64.fsf@tnei.co.uk \
    --to=robert.marshall@tnei.co.uk \
    --cc=5020@emacsbugs.donarmstrong.com \
    --cc=emacs-pretest-bug@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.