all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: /srv/bzr/emacs/trunk r109154: Enhancements to ppss related code (thanks Stefan).
       [not found] <E1SrfMk-0006UK-Ad@vcs.savannah.gnu.org>
@ 2012-08-02 16:39 ` Andreas Schwab
  2012-08-08  2:36   ` Fabián Ezequiel Gallina
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Schwab @ 2012-08-02 16:39 UTC (permalink / raw)
  To: Fabián Ezequiel Gallina; +Cc: emacs-devel

Fabián Ezequiel Gallina <fabian@anue.biz> writes:

> @@ -888,8 +882,7 @@
>  (defun python-indent-dedent-line ()
>    "De-indent current line."
>    (interactive "*")
> -  (when (and (not (or (python-info-ppss-context 'string)
> -                      (python-info-ppss-context 'comment)))
> +  (when (and (not (python-info-ppss-comment-or-string-p))

In python-info-ppss-comment-or-string-p:
../../emacs/lisp/progmodes/python.el:2760:11:Warning: defsubst
    `python-info-ppss-comment-or-string-p' was used before it was defined

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: /srv/bzr/emacs/trunk r109154: Enhancements to ppss related code (thanks Stefan).
  2012-08-02 16:39 ` /srv/bzr/emacs/trunk r109154: Enhancements to ppss related code (thanks Stefan) Andreas Schwab
@ 2012-08-08  2:36   ` Fabián Ezequiel Gallina
  0 siblings, 0 replies; 2+ messages in thread
From: Fabián Ezequiel Gallina @ 2012-08-08  2:36 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: emacs-devel

On 08/02/2012 01:39 PM, Andreas Schwab wrote:
> Fabián Ezequiel Gallina <fabian@anue.biz> writes:
>
>> @@ -888,8 +882,7 @@
>>   (defun python-indent-dedent-line ()
>>     "De-indent current line."
>>     (interactive "*")
>> -  (when (and (not (or (python-info-ppss-context 'string)
>> -                      (python-info-ppss-context 'comment)))
>> +  (when (and (not (python-info-ppss-comment-or-string-p))
> In python-info-ppss-comment-or-string-p:
> ../../emacs/lisp/progmodes/python.el:2760:11:Warning: defsubst
>      `python-info-ppss-comment-or-string-p' was used before it was defined
>
> Andreas.
>
Fixed in revno 109501

Thanks,
Fabián E. Gallina




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-08-08  2:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E1SrfMk-0006UK-Ad@vcs.savannah.gnu.org>
2012-08-02 16:39 ` /srv/bzr/emacs/trunk r109154: Enhancements to ppss related code (thanks Stefan) Andreas Schwab
2012-08-08  2:36   ` Fabián Ezequiel Gallina

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.