all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Andreas Röhler" <andreas.roehler@easy-emacs.de>
To: bug-gnu-emacs@gnu.org
Subject: bug#8554: 24.0.50; compiler warning after make-local-variable
Date: Tue, 26 Apr 2011 11:35:21 +0200	[thread overview]
Message-ID: <4DB691D9.2090306@easy-emacs.de> (raw)
In-Reply-To: <4DB66309.8020003@easy-emacs.de>

Hi,

correcting the report:

the error occurs, if the following form is present:

(defun highlight-indentation (&optional indent-width)
   "Toggle highlight indentation.
Optional argument INDENT-WIDTH specifies which indentation
level (spaces only) should be highlighted, if omitted
indent-width will be guessed from current major-mode"
   (interactive "P")
   (let ((re (format "\\( \\) \\{%s\\}" (- highlight-indent-offset 1))))
     (if (not highlight-indent-active)

...

The bug so far only pertains to the wrong place, the warning points to.

Seems a minor bug..

Thanks

Andreas






  reply	other threads:[~2011-04-26  9:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-26  6:15 bug#8554: 24.0.50; compiler warning after make-local-variable Andreas Röhler
2011-04-26  9:35 ` Andreas Röhler [this message]
2011-07-12  0:28   ` Glenn Morris

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=4DB691D9.2090306@easy-emacs.de \
    --to=andreas.roehler@easy-emacs.de \
    --cc=bug-gnu-emacs@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.