all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tassilo Horn <tassilo@member.fsf.org>
To: 8332@debbugs.gnu.org
Cc: rubikitch <rubikitch@ruby-lang.org>,
	Thierry Volpiatto <thierry.volpiatto@gmail.com>
Subject: bug#8332: Acknowledgement (24.0.9999; lexbind-new branch errors on M-x describe-variable lexical-binding)
Date: Thu, 24 Mar 2011 08:42:59 +0100	[thread overview]
Message-ID: <87mxklufp8.fsf@member.fsf.org> (raw)
In-Reply-To: <handler.8332.B.130091282523164.ack@debbugs.gnu.org> (GNU bug Tracking System's message of "Wed, 23 Mar 2011 20:41:02 +0000")

Hi!

I just found out, that this does not happen with

  emacs -Q --eval '(setq lexical-binding t)'

so it has to be some of my configs...

After some bisectioning, I found out the culprit is anything.
Commenting out

  (require 'anything)

in my .emacs, so I'll Cc-ed Thierry and Rubykitch.

BTW, the error is not specific to `describe-variable'.  I get these
errors for all describe commands.  For example, that's what I get with
M-x describe-function next-line.

Debugger entered--Lisp error: (void-variable symbol)
  documentation-property(auto-window-vscroll variable-documentation)
  help-make-xrefs(#<buffer *Help*>)
  help-mode-finish()
  run-hooks(temp-buffer-show-hook)
  internal-temp-output-buffer-show(#<buffer *Help*>)
  describe-function(next-line)
  call-interactively(describe-function)
  (lambda nil (call-interactively (function describe-function)))()
  funcall((lambda nil (call-interactively (function describe-function))))
  (progn (funcall help-call) (with-current-buffer (boxquote-help-buffer-name (funcall item)) (buffer-substring-no-properties (point-min) (point-max))))
  (unwind-protect (progn (funcall help-call) (with-current-buffer (boxquote-help-buffer-name (funcall item)) (buffer-substring-no-properties (point-min) (point-max)))) (set-window-configuration wconfig))
  (let ((wconfig (current-window-configuration))) (unwind-protect (progn (funcall help-call) (with-current-buffer (boxquote-help-buffer-name (funcall item)) (buffer-substring-no-properties (point-min) (point-max)))) (set-window-configuration wconfig)))
  (save-window-excursion (funcall help-call) (with-current-buffer (boxquote-help-buffer-name (funcall item)) (buffer-substring-no-properties (point-min) (point-max))))
  (boxquote-text (save-window-excursion (funcall help-call) (with-current-buffer (boxquote-help-buffer-name (funcall item)) (buffer-substring-no-properties (point-min) (point-max)))))
  (let ((one-window-p (one-window-p))) (boxquote-text (save-window-excursion (funcall help-call) (with-current-buffer (boxquote-help-buffer-name (funcall item)) (buffer-substring-no-properties (point-min) (point-max))))) (boxquote-title (format title-format (funcall item))) (when one-window-p (delete-other-windows)))
  boxquote-quote-help-buffer((lambda nil (call-interactively (function describe-function))) "C-h f %s RET" (lambda nil (car (if (boxquote-xemacs-p) (symbol-value (quote function-history)) minibuffer-history))))
  boxquote-describe-function()
  call-interactively(boxquote-describe-function nil nil)

Bye,
Tassilo





  parent reply	other threads:[~2011-03-24  7:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-23 20:34 bug#8332: 24.0.9999; lexbind-new branch errors on M-x describe-variable lexical-binding Tassilo Horn
     [not found] ` <handler.8332.B.130091282523164.ack@debbugs.gnu.org>
2011-03-24  7:42   ` Tassilo Horn [this message]
2011-03-24 15:01     ` bug#8332: Acknowledgement (24.0.9999; lexbind-new branch errors on M-x describe-variable lexical-binding) Stefan Monnier
2011-03-24 15:27       ` Tassilo Horn
2011-03-24 22:23         ` rubikitch
2011-03-25  1:03           ` Stefan Monnier
2011-03-25  6:58           ` Tassilo Horn

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=87mxklufp8.fsf@member.fsf.org \
    --to=tassilo@member.fsf.org \
    --cc=8332@debbugs.gnu.org \
    --cc=rubikitch@ruby-lang.org \
    --cc=thierry.volpiatto@gmail.com \
    /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.