all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Drew Adams" <drew.adams@oracle.com>
To: "'Stefan Monnier'" <monnier@iro.umontreal.ca>
Cc: emacs-devel@gnu.org
Subject: RE: describe-variable gets the defining library wrong
Date: Fri, 26 Jun 2009 10:58:39 -0700	[thread overview]
Message-ID: <9932FB1FC8A6421585BD97FF401FFF16@us.oracle.com> (raw)
In-Reply-To: <jwvocsdpcgi.fsf-monnier+emacs@gnu.org>

> > Does anyone else see this behavior, or is it just me? Sorry 
> > I don't have a recipe to reproduce this yet.
> 
> Doesn't ring a bell.  Please report it again with more 
> details next time you see it.

Put this in a new file foobar.el:

(defvar text-scale-mode-amount) ; Quiet byte-compiler < Emacs 23

Byte-compile foobar.el using Emacs 20 or 21.

emacs -Q  ; Emacs 23

M-x load-library face-remap
M-x load-file foobar.elc
C-h v text-scale-mode-amount

You'll see this:

,----
| text-scale-mode-amount is a variable defined in `foobar.el'.
| Its value is 0
| 
|   Automatically becomes buffer-local when set in any fashion.
| 
| Documentation:
| Not documented as a variable.
`----






  reply	other threads:[~2009-06-26 17:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-19 17:27 describe-variable gets the defining library wrong Drew Adams
2009-06-24 21:08 ` Stefan Monnier
2009-06-26 17:58   ` Drew Adams [this message]
2009-06-26 23:51     ` Stefan Monnier

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=9932FB1FC8A6421585BD97FF401FFF16@us.oracle.com \
    --to=drew.adams@oracle.com \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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.