emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Compiler warnings on current HEAD
@ 2011-07-03 18:18 Achim Gratz
  2011-07-03 19:33 ` Bastien
  0 siblings, 1 reply; 8+ messages in thread
From: Achim Gratz @ 2011-07-03 18:18 UTC (permalink / raw)
  To: emacs-orgmode


I still get the following warnings w/ GNU Emacs 23.2.1 on the current
HEAD:

In org-footnote-all-labels:
org-footnote.el:336:62:Warning: reference to free variable `rtn'
org-footnote.el:352:74:Warning: assignment to free variable `rtn'

In org-footnote-normalize:
org-footnote.el:531:41:Warning: reference to free variable
    `org-export-footnotes-seen'
org-footnote.el:568:19:Warning: org-fill-paragraph called with 0 arguments,
    but requires 1
org-footnote.el:574:49:Warning: reference to free variable
    `org-export-footnotes-data'
org-footnote.el:653:17:Warning: assignment to free variable
    `org-export-footnotes-seen'

In end of data:
ob-ref.el:265:1:Warning: the following functions are not known to be defined:
    org-id-find-id-in-file, org-show-context


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptations for Waldorf Q V3.00R3 and Q+ V3.54R2:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada

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

* Re: Compiler warnings on current HEAD
  2011-07-03 18:18 Compiler warnings on current HEAD Achim Gratz
@ 2011-07-03 19:33 ` Bastien
  2011-07-04  9:06   ` Bastien
  0 siblings, 1 reply; 8+ messages in thread
From: Bastien @ 2011-07-03 19:33 UTC (permalink / raw)
  To: Achim Gratz; +Cc: emacs-orgmode

Hi Achim,

Achim Gratz <Stromeko@nexgo.de> writes:

> I still get the following warnings w/ GNU Emacs 23.2.1 on the current
> HEAD:
>
> In org-footnote-all-labels:
> org-footnote.el:336:62:Warning: reference to free variable `rtn'
> org-footnote.el:352:74:Warning: assignment to free variable `rtn'
>
> In org-footnote-normalize:
> org-footnote.el:531:41:Warning: reference to free variable
>     `org-export-footnotes-seen'
> org-footnote.el:568:19:Warning: org-fill-paragraph called with 0 arguments,
>     but requires 1
> org-footnote.el:574:49:Warning: reference to free variable
>     `org-export-footnotes-data'
> org-footnote.el:653:17:Warning: assignment to free variable
>     `org-export-footnotes-seen'

Fixed, thanks!

> In end of data:
> ob-ref.el:265:1:Warning: the following functions are not known to be defined:
>     org-id-find-id-in-file, org-show-context

Eric, could you fix those?

-- 
 Bastien

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

* Re: Compiler warnings on current HEAD
  2011-07-03 19:33 ` Bastien
@ 2011-07-04  9:06   ` Bastien
  2011-07-04 15:44     ` Eric Schulte
  2011-07-04 16:13     ` Achim Gratz
  0 siblings, 2 replies; 8+ messages in thread
From: Bastien @ 2011-07-04  9:06 UTC (permalink / raw)
  To: Achim Gratz; +Cc: emacs-orgmode

Hi Achim, Eric,

Bastien <bzg@altern.org> writes:

>> In end of data:
>> ob-ref.el:265:1:Warning: the following functions are not known to be defined:
>>     org-id-find-id-in-file, org-show-context
>
> Eric, could you fix those?

I just pushed this fix:

  http://orgmode.org/w/?p=org-mode.git;a=commit;h=b9af1d0cd518f5617103100545868a9b42e97b76

Best,

-- 
 Bastien

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

* Re: Compiler warnings on current HEAD
  2011-07-04  9:06   ` Bastien
@ 2011-07-04 15:44     ` Eric Schulte
  2011-07-04 16:13     ` Achim Gratz
  1 sibling, 0 replies; 8+ messages in thread
From: Eric Schulte @ 2011-07-04 15:44 UTC (permalink / raw)
  To: Bastien; +Cc: Achim Gratz, emacs-orgmode

Bastien <bzg@altern.org> writes:

> Hi Achim, Eric,
>
> Bastien <bzg@altern.org> writes:
>
>>> In end of data:
>>> ob-ref.el:265:1:Warning: the following functions are not known to be defined:
>>>     org-id-find-id-in-file, org-show-context
>>
>> Eric, could you fix those?
>
> I just pushed this fix:
>
>   http://orgmode.org/w/?p=org-mode.git;a=commit;h=b9af1d0cd518f5617103100545868a9b42e97b76
>
> Best,

Looks great, thanks for taking care of this -- Eric

-- 
Eric Schulte
http://cs.unm.edu/~eschulte/

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

* Re: Compiler warnings on current HEAD
  2011-07-04  9:06   ` Bastien
  2011-07-04 15:44     ` Eric Schulte
@ 2011-07-04 16:13     ` Achim Gratz
  2011-07-04 22:36       ` Bastien
  1 sibling, 1 reply; 8+ messages in thread
From: Achim Gratz @ 2011-07-04 16:13 UTC (permalink / raw)
  To: emacs-orgmode


I confirm both fixes and the current HEAD is compiling without any
warnings.


Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Factory and User Sound Singles for Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds

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

* Re: Compiler warnings on current HEAD
  2011-07-04 16:13     ` Achim Gratz
@ 2011-07-04 22:36       ` Bastien
  2011-07-06 19:42         ` Achim Gratz
  0 siblings, 1 reply; 8+ messages in thread
From: Bastien @ 2011-07-04 22:36 UTC (permalink / raw)
  To: Achim Gratz; +Cc: emacs-orgmode

Hi Achim,

Achim Gratz <Stromeko@nexgo.de> writes:

> I confirm both fixes and the current HEAD is compiling without any
> warnings.

Thanks for confirming!

-- 
 Bastien

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

* Re: Compiler warnings on current HEAD
  2011-07-04 22:36       ` Bastien
@ 2011-07-06 19:42         ` Achim Gratz
  2011-07-06 20:59           ` Bastien
  0 siblings, 1 reply; 8+ messages in thread
From: Achim Gratz @ 2011-07-06 19:42 UTC (permalink / raw)
  To: emacs-orgmode

Bastien <bzg@altern.org> writes:
> Thanks for confirming!

Regression on latest HEAD:

In org-footnote-at-reference-p:
org-footnote.el:191:49:Warning: reference to free variable
    `org-bracket-link-regexp'

apparently introduced by de0fcdffa48da8baf57a612f2ce032d8737e6525
(N. Goaziou). Likely just needs a

(defvar org-bracket-link-regexp)

to be silenced.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptations for Waldorf Q V3.00R3 and Q+ V3.54R2:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada

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

* Re: Compiler warnings on current HEAD
  2011-07-06 19:42         ` Achim Gratz
@ 2011-07-06 20:59           ` Bastien
  0 siblings, 0 replies; 8+ messages in thread
From: Bastien @ 2011-07-06 20:59 UTC (permalink / raw)
  To: Achim Gratz; +Cc: emacs-orgmode

Achim Gratz <Stromeko@nexgo.de> writes:

> apparently introduced by de0fcdffa48da8baf57a612f2ce032d8737e6525
> (N. Goaziou). Likely just needs a
>
> (defvar org-bracket-link-regexp)

Fixed, thanks!

-- 
 Bastien

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

end of thread, other threads:[~2011-07-06 20:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-03 18:18 Compiler warnings on current HEAD Achim Gratz
2011-07-03 19:33 ` Bastien
2011-07-04  9:06   ` Bastien
2011-07-04 15:44     ` Eric Schulte
2011-07-04 16:13     ` Achim Gratz
2011-07-04 22:36       ` Bastien
2011-07-06 19:42         ` Achim Gratz
2011-07-06 20:59           ` Bastien

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).