Gnus development mailing list
 help / color / mirror / Atom feed
From: Colin Baxter <m43cap@yandex.com>
To: Eric Abrahamsen <eric@ericabrahamsen.net>
Cc: ding@gnus.org
Cc: stephen.berman@gmx.net
Subject: Re: gnus-extra-headers
Date: Mon, 06 Sep 2021 20:33:57 +0100	[thread overview]
Message-ID: <87lf494hy2.fsf@yandex.com> (raw)
In-Reply-To: <87bl55ioxq.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Mon, 06 Sep 2021 10:39:13 -0700")

>>>>> Eric Abrahamsen <eric@ericabrahamsen.net> writes:

    > Colin Baxter <m43cap@yandex.com> writes:
    >>>>>>> Eric Abrahamsen <eric@ericabrahamsen.net> writes:
    >> 

    > [...]

    >> > No, none of that is expected, and it's not what I see
    >> here. Doing > C-h v gnus-extra-headers does load a bunch of Gnus
    >> files, but not > nndiary, and the value of the option doesn't
    >> change.
    >> 
    >> > And the fact that putting a call to (error) (actually, it
    >> should > have been called with a string argument, but the effect
    >> is the > same) in nndiary.el doesn't actually raise an error and
    >> give you a > traceback means that you're not loading that file at
    >> all. Are > there are multiple Emacs installations on your
    >> machine?
    >> 
    >> Yes, all installed locally under $HOME:
    >> 
    >> 1. ~/local/bin/emacs-27.1 (GTK) 2. ~/local/bin/emacs-27.2 (GTK)
    >> 3. ~/local/opt/emacs-lucid/bin/emacs-27.1 (lucid)
    >> 4. ~/local/opt/emacs-lucid/bin/emacs-27.2 (lucid)
    >> 5. ~/git/emacs/src/emacs (GTK)

    > Okay, so try:

    > 1. emacs -Q 2. M-: (locate-library "nndiary") 3. Wherever that
    > file is, delete the nndiary.elc file next to it 4. Visit the
    > nndiary.el file itself.  5. At the top of the file, insert the
    > line (error "Don't load me") 6. Save the file, exit emacs.
    > 7. emacs -Q 8. C-h v gnus-extra-headers 9. Post resulting
    > traceback

No backtrace, only (To Cc Keywords Gcc Newsgroups X-GM-LABELS) as the
value gnus-extra-headers.

However, if I use Stephen's (error "nndiary loaded") at the end of
nndiary I get an error with the backtrace as:

Debugger entered--Lisp error: (error "nndiary loaded")
  signal(error ("nndiary loaded"))
  error("nndiary loaded")
  eval-buffer(#<buffer  *load*> nil "/home/redknight/git/emacs/lisp/gnus/nndiary.el" nil t)  ; Reading at buffer position 64083
  load-with-code-conversion("/home/redknight/git/emacs/lisp/gnus/nndiary.el" "/home/redknight/git/emacs/lisp/gnus/nndiary.el" nil t)
  require(nndiary)
  byte-code("\300\301!\210\300\302!\210\300\303!\210\304\305\306\307\310\311\312\313&\7\210\314\315\316\317\320DD\321\322\323\312\305\312\324&\11\210\314\325\316\317\326DD\327\322\323..." [require nndiary message gnus-art custom-declare-group gnus-diary nil "Utilities on top of the nndiary back end for Gnus." :version "22.1" :group gnus custom-declare-variable gnus-diary-summary-line-format funcall function #f(compiled-function () #<bytecode 0x15293e5e>) "Summary line format for nndiary groups." :type string gnus-summary-format gnus-diary-time-format #f(compiled-function () #<bytecode 0x1ea38374>) "Time format to display appointments in nndiary sum..." gnus-diary-delay-format-function #f(compiled-function () #<bytecode 0x75ece69>) "Function called to format a diary delay string.\nIt..." (choice (const :tag "english" gnus-diary-delay-format-english) (const :tag "french" gnus-diary-delay-format-french) (symbol :tag "other"))] 10)
  load("gnus-diary" noerror nomessage)
  help--load-prefixes((("gnus-" "nnselect" "nnheader" "gnus-win" "gnus-vm" "gnus-uu" "gnus-util" "gnus-undo" "gnus-topic" "gnus-sum" "gnus-start" "gnus-srvr" "gnus-spec" "gnus-score" "gnus-salt" "gnus-registry" "gnus-range" "gnus-msg" "gnus-mh" "gnus-logic" "gnus-kill" "gnus-int" "gnus-html" "gnus-group" "gnus-fun" "gnus-dup" "gnus-draft" "gnus-diary" "gnus-demon" "gnus-cus" "gnus-cite" "gnus-cache" "gnus-async" "gnus-art" "gnus-agent" "gnus" "deuglify")))
  help--symbol-completion-table("gnus-extra-headers" #f(compiled-function (vv) #<bytecode 0x15cf3ea9>) lambda)
  test-completion("gnus-extra-headers" help--symbol-completion-table #f(compiled-function (vv) #<bytecode 0x15cf3ea9>))
  completion--complete-and-exit(20 38 exit-minibuffer #f(compiled-function () #<bytecode 0x116a377f>))
  completion-complete-and-exit(20 38 exit-minibuffer)
  minibuffer-complete-and-exit()
  funcall-interactively(minibuffer-complete-and-exit)
  call-interactively(minibuffer-complete-and-exit nil nil)
  command-execute(minibuffer-complete-and-exit)
  read-from-minibuffer("Describe variable: " nil (keymap (10 . minibuffer-complete-and-exit) (13 . minibuffer-complete-and-exit) keymap (menu-bar keymap (minibuf "Minibuf" keymap (tab menu-item "Complete" minibuffer-complete :help "Complete as far as possible") (space menu-item "Complete Word" minibuffer-complete-word :help "Complete at most one word") (63 menu-item "List Completions" minibuffer-completion-help :help "Display all possible completions") "Minibuf")) (27 keymap (103 keymap (27 keymap (99 . switch-to-completions))) (118 . switch-to-completions)) (prior . switch-to-completions) (63 . minibuffer-completion-help) (32 . minibuffer-complete-word) (9 . minibuffer-complete) keymap (menu-bar keymap (minibuf "Minibuf" keymap (previous menu-item "Previous History Item" previous-history-element :help "Put previous minibuffer history element in the min...") (next menu-item "Next History Item" next-history-element :help "Put next minibuffer history element in the minibuf...") (isearch-backward menu-item "Isearch History Backward" isearch-backward :help "Incrementally search minibuffer history backward") (isearch-forward menu-item "Isearch History Forward" isearch-forward :help "Incrementally search minibuffer history forward") (return menu-item "Enter" exit-minibuffer :key-sequence "\15" :help "Terminate input and exit minibuffer") (quit menu-item "Quit" abort-recursive-edit :help "Abort input and exit minibuffer") "Minibuf")) (13 . exit-minibuffer) (10 . exit-minibuffer) (7 . abort-minibuffers) (C-tab . file-cache-minibuffer-complete) (9 . self-insert-command) (XF86Back . previous-history-element) (up . previous-line-or-history-element) (prior . previous-history-element) (XF86Forward . next-history-element) (down . next-line-or-history-element) (next . next-history-element) (27 keymap (60 . minibuffer-beginning-of-buffer) (114 . previous-matching-history-element) (115 . next-matching-history-element) (112 . previous-history-element) (110 . next-history-element))) nil nil nil nil)
  completing-read-default("Describe variable: " help--symbol-completion-table #f(compiled-function (vv) #<bytecode 0x15cf3ea9>) t nil nil nil nil)
  completing-read("Describe variable: " help--symbol-completion-table #f(compiled-function (vv) #<bytecode 0x15cf3ea9>) t nil nil nil)
  byte-code("\301 \302p\303\2\30\304\305\306\6\69\205\22\0\6\6\"\307\310\311\6\6\"\302\303\211\6\n9\205&\0\312\6\13!&\7\262\1\211\313\232\2034\0\3\202..." [enable-recursive-minibuffers variable-at-point t nil completing-read format-prompt "Describe variable" help--symbol-completion-table make-closure #f(compiled-function (vv) #<bytecode 0xd8a7806>) symbol-name "" intern] 13)
  call-interactively(describe-variable nil nil)
  command-execute(describe-variable)


  reply	other threads:[~2021-09-06 19:34 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-01  8:15 gnus-extra-headers Colin Baxter
2021-09-02 22:12 ` gnus-extra-headers Eric Abrahamsen
2021-09-03  5:42   ` gnus-extra-headers Colin Baxter
2021-09-03 18:30     ` gnus-extra-headers Eric Abrahamsen
2021-09-04 14:39       ` gnus-extra-headers Colin Baxter
2021-09-04 15:15         ` gnus-extra-headers Eric Abrahamsen
2021-09-05  8:36           ` gnus-extra-headers Colin Baxter
2021-09-06  3:31             ` gnus-extra-headers Eric Abrahamsen
2021-09-06  7:14               ` gnus-extra-headers Colin Baxter
2021-09-06  8:37                 ` gnus-extra-headers Colin Baxter
2021-09-06 16:15                   ` gnus-extra-headers Eric Abrahamsen
2021-09-06 16:29                     ` gnus-extra-headers Colin Baxter
2021-09-06 17:39                       ` gnus-extra-headers Eric Abrahamsen
2021-09-06 19:33                         ` Colin Baxter [this message]
2021-09-06 17:16                     ` gnus-extra-headers Stephen Berman
2021-09-06 18:40                       ` gnus-extra-headers Eric Abrahamsen
2021-09-07  5:53                         ` gnus-extra-headers Colin Baxter
2021-09-07 18:56                           ` gnus-extra-headers Eric Abrahamsen

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=87lf494hy2.fsf@yandex.com \
    --to=m43cap@yandex.com \
    --cc=ding@gnus.org \
    --cc=eric@ericabrahamsen.net \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).