emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Old style backquotes in ox-texinfo.el
@ 2013-12-12  2:34 James Harkins
  2013-12-12  5:43 ` Thomas S. Dye
  0 siblings, 1 reply; 7+ messages in thread
From: James Harkins @ 2013-12-12  2:34 UTC (permalink / raw)
  To: orgmode

Incidentally, while I was trying different versions last night (for the 
LaTeX starred-figure issue), I saw the following warnings during "make":

In toplevel form:
ox-texinfo.el:1683:1:Warning: !! The file uses old-style backquotes !!
This functionality has been obsolete for more than 10 years already
and will be removed soon.  See (elisp)Backquote in the manual.
ox-texinfo.el:1717:1:Warning: !! The file uses old-style backquotes !!
This functionality has been obsolete for more than 10 years already
and will be removed soon.  See (elisp)Backquote in the manual.

I don't see that this is logged at http://orgmode.org/worg/org-issues.html 
-- while it's not a critical issue obviously, it seems untidy and I'm at 
pains to imagine a good reason to retain syntax that has been deprecated 
for such a long time.

hjh

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

* Re: Old style backquotes in ox-texinfo.el
  2013-12-12  2:34 Old style backquotes in ox-texinfo.el James Harkins
@ 2013-12-12  5:43 ` Thomas S. Dye
       [not found]   ` <CAFniQ7XjuoRgtQoZT81ATEZ3cMX9d2D5BOHEZHeu5K=SYYa5=w@mail.gmail.com>
  0 siblings, 1 reply; 7+ messages in thread
From: Thomas S. Dye @ 2013-12-12  5:43 UTC (permalink / raw)
  To: James Harkins; +Cc: orgmode

James Harkins <jamshark70@gmail.com> writes:

> Incidentally, while I was trying different versions last night (for
> the LaTeX starred-figure issue), I saw the following warnings during
> "make":
>
> In toplevel form:
> ox-texinfo.el:1683:1:Warning: !! The file uses old-style backquotes !!
> This functionality has been obsolete for more than 10 years already
> and will be removed soon.  See (elisp)Backquote in the manual.
> ox-texinfo.el:1717:1:Warning: !! The file uses old-style backquotes !!
> This functionality has been obsolete for more than 10 years already
> and will be removed soon.  See (elisp)Backquote in the manual.

I can't reproduce this.

The lines that throw warnings for you are both docstrings with the
version of ox-texinfo.el I just pulled from git-master.

hth,
Tom
 
-- 
Thomas S. Dye
http://www.tsdye.com

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

* Re: Old style backquotes in ox-texinfo.el
       [not found]     ` <m1r49it6bk.fsf@tsdye.com>
@ 2013-12-13  1:42       ` James Harkins
  2013-12-13  2:44         ` Thomas S. Dye
  2013-12-13  9:06         ` Achim Gratz
  0 siblings, 2 replies; 7+ messages in thread
From: James Harkins @ 2013-12-13  1:42 UTC (permalink / raw)
  To: Thomas S. Dye, Emacs-orgmode@gnu.org

On Thu, Dec 12, 2013 at 11:52 PM, Thomas S. Dye <tsd@tsdye.com> wrote:
> James Harkins <jamshark70@gmail.com> writes:
>
>> If this has been fixed in master, then I'm content to leave it at that.
>
> I don't know about this.  My guess is that your Org-mode installation is
> messed up somehow.

I'm unclear how. I didn't see this message in Emacs. It's during
"make." That has to do only with the git repository, nothing about
installation.

$ pwd
/home/dlm/share/org-mode.git

$  git status
# On branch hjh8.2
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#    lisp/org-mobile.el.orig
#    lisp/ox-latex.el.orig
#    minimal-org.el
nothing added to commit but untracked files present (use "git add" to track)

$ git diff lisp/ox-texinfo.el
--> nothing

$ make
... blah blah...
Compiling /home/dlm/share/org-mode.git/lisp/ox-texinfo.el...

In toplevel form:
ox-texinfo.el:1683:1:Warning: !! The file uses old-style backquotes !!
This functionality has been obsolete for more than 10 years already
and will be removed soon.  See (elisp)Backquote in the manual.
ox-texinfo.el:1717:1:Warning: !! The file uses old-style backquotes !!
This functionality has been obsolete for more than 10 years already
and will be removed soon.  See (elisp)Backquote in the manual.
Wrote /home/dlm/share/org-mode.git/lisp/ox-texinfo.elc
Compiling /home/dlm/share/org-mode.git/lisp/ox.el...
Wrote /home/dlm/share/org-mode.git/lisp/ox.elc
Done (Total of 103 files compiled, 3 skipped)
make[2]: Leaving directory `/home/dlm/share/org-mode.git/lisp'
make[1]: Leaving directory `/home/dlm/share/org-mode.git/lisp'
make -C doc info
make[1]: Entering directory `/home/dlm/share/org-mode.git/doc'
org-version: 8.2 (release_8.2-2-g18c7c4)
makeinfo --no-split org.texi -o org
make[1]: Leaving directory `/home/dlm/share/org-mode.git/doc'

hjh

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

* Re: Old style backquotes in ox-texinfo.el
  2013-12-13  1:42       ` James Harkins
@ 2013-12-13  2:44         ` Thomas S. Dye
  2013-12-13  3:18           ` James Harkins
  2013-12-15  1:48           ` James Harkins
  2013-12-13  9:06         ` Achim Gratz
  1 sibling, 2 replies; 7+ messages in thread
From: Thomas S. Dye @ 2013-12-13  2:44 UTC (permalink / raw)
  To: jamshark70; +Cc: Emacs-orgmode@gnu.org

James Harkins <jamshark70@gmail.com> writes:

>>> If this has been fixed in master, then I'm content to leave it at that.
>>
>> I don't know about this.  My guess is that your Org-mode installation is
>> messed up somehow.
>
> I'm unclear how. I didn't see this message in Emacs. It's during
> "make." That has to do only with the git repository, nothing about
> installation.

I see in the git log for ox-texinfo that Carsten got rid of old
style backquoting on September 19th.  Yours must be older than that?

All the best,
Tom
-- 
T.S. Dye & Colleagues, Archaeologists
735 Bishop St, Suite 315, Honolulu, HI 96813
Tel: 808-529-0866, Fax: 808-529-0884
http://www.tsdye.com

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

* Re: Old style backquotes in ox-texinfo.el
  2013-12-13  2:44         ` Thomas S. Dye
@ 2013-12-13  3:18           ` James Harkins
  2013-12-15  1:48           ` James Harkins
  1 sibling, 0 replies; 7+ messages in thread
From: James Harkins @ 2013-12-13  3:18 UTC (permalink / raw)
  To: Thomas S. Dye; +Cc: Emacs-orgmode@gnu.org

On Fri, Dec 13, 2013 at 10:44 AM, Thomas S. Dye <tsd@tsdye.com> wrote:
> I see in the git log for ox-texinfo that Carsten got rid of old
> style backquoting on September 19th.  Yours must be older than that?

Well, as I said before, I'm using the stable release tag for 8.2. I do
not habitually use the latest from master. Org is one area where I
don't want to expose myself to bleeding-edge bugs.

It seems that the commit for ox-texinfo.el did not make it into
release_8.2. So, if this is no longer an issue in master, then I'm
satisfied with that.

So, I think nothing more to discuss about this.

hjh

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

* Re: Old style backquotes in ox-texinfo.el
  2013-12-13  1:42       ` James Harkins
  2013-12-13  2:44         ` Thomas S. Dye
@ 2013-12-13  9:06         ` Achim Gratz
  1 sibling, 0 replies; 7+ messages in thread
From: Achim Gratz @ 2013-12-13  9:06 UTC (permalink / raw)
  To: emacs-orgmode

James Harkins writes:
> $  git status
> # On branch hjh8.2

You are on your own branch, with unknown modifications.

> In toplevel form:
> ox-texinfo.el:1683:1:Warning: !! The file uses old-style backquotes !!
> This functionality has been obsolete for more than 10 years already
> and will be removed soon.  See (elisp)Backquote in the manual.

The current ox-texinfo doesn't have any backquotes, let alone old-style
ones anywhere near those lines.  How about you'd compare your branch to
the release tag and see what changes you've made:

git diff release_8.2.4


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

DIY Stuff:
http://Synth.Stromeko.net/DIY.html

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

* Re: Old style backquotes in ox-texinfo.el
  2013-12-13  2:44         ` Thomas S. Dye
  2013-12-13  3:18           ` James Harkins
@ 2013-12-15  1:48           ` James Harkins
  1 sibling, 0 replies; 7+ messages in thread
From: James Harkins @ 2013-12-15  1:48 UTC (permalink / raw)
  To: Emacs-orgmode

On Fri, 13 Dec 2013 10:06:03 +0100, Achim Gratz wrote:
> James Harkins writes:
> > $  git status
> > # On branch hjh8.2
> 
> You are on your own branch, with unknown modifications.

> The current ox-texinfo doesn't have any backquotes, let alone old-style
> ones anywhere near those lines.  How about you'd compare your branch to
> the release tag and see what changes you've made:

For the record: I just upgraded to release_8.2.4 and the warnings in 
ox-texinfo.el are gone.

The only reason I was on my own branch in case I decide to tinker with 
something. I don't want to mess up any branches in my local git repository. 
So, as a matter of course, when I upgrade, I check out the release tag and 
then do "git checkout -b hjh8.2.4" for example.

I had never touched ox-texinfo.el, so I knew that "unknown changes" were 
not going to affect the issue. You didn't know that -- perfectly okay to 
cover all the bases.

Anyway, I consider this thread to be closed.

hjh

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

end of thread, other threads:[~2013-12-15  1:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-12  2:34 Old style backquotes in ox-texinfo.el James Harkins
2013-12-12  5:43 ` Thomas S. Dye
     [not found]   ` <CAFniQ7XjuoRgtQoZT81ATEZ3cMX9d2D5BOHEZHeu5K=SYYa5=w@mail.gmail.com>
     [not found]     ` <m1r49it6bk.fsf@tsdye.com>
2013-12-13  1:42       ` James Harkins
2013-12-13  2:44         ` Thomas S. Dye
2013-12-13  3:18           ` James Harkins
2013-12-15  1:48           ` James Harkins
2013-12-13  9:06         ` Achim Gratz

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).