Gnus development mailing list
 help / color / mirror / Atom feed
From: Tassilo Horn <heimdall@uni-koblenz.de>
Subject: Re: message-sort-headers-1: Symbol's value as variable is void: sort-fold-case
Date: Tue, 10 Oct 2006 11:39:41 +0200	[thread overview]
Message-ID: <87odsky0f6.fsf@baldur.nicundtas.de> (raw)
In-Reply-To: <b4mr6xh5aq7.fsf@jpl.org>

Katsumi Yamaoka <yamaoka@jpl.org> writes:

Hi Katsumi,

> You seem to load a program in which `sort-fold-case' is bound to
> some value by `let' and uses some sort function to be autoloaded.
> For instance, I can reproduce a similar error by `emacs -Q' and
> the following form:
>
> (with-temp-buffer
>   (let ((sort-fold-case t))
>     (sort-lines nil (point-min) (point-max)))
>   (sort-lines nil (point-min) (point-max)))
>
> The first `sort-lines' autoloads sort.elc which provides the
> `sort-fold-case' variable, however the variable disappears after
> exiting the `let' form.  After performing this, the feature
> `sort' is provided, so the form `(require 'sort)' does nothing.
> Such a code should be written like the following so that the
> `sort-fold-case' variable may exist before it is bound by `let'.

Thanks for the clarifications.

The culprit is emms-browser.el. I'll report it on their list.

Bye and thanks,
Tassilo
-- 
            Wenn Windows die Lösung ist, kann ich dann bitte
                       das Problem zurück haben?




      reply	other threads:[~2006-10-10  9:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-09  9:28 Tassilo Horn
2006-10-09 23:29 ` Katsumi Yamaoka
2006-10-10  9:39   ` Tassilo Horn [this message]

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=87odsky0f6.fsf@baldur.nicundtas.de \
    --to=heimdall@uni-koblenz.de \
    /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).