auctex-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [AUCTeX-devel] Re: pstricks.el


From: David Kastrup
Subject: Re: [AUCTeX-devel] Re: pstricks.el
Date: Wed, 21 Jan 2009 20:23:33 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

address@hidden writes:

> Hi Leo,
>
> sorry for not answering your first post in this thread. Thank you for
> trying these style files and for bringing it back to my attention.
>
> Leo schrieb:
>
>> On 2007-07-09 21:32 +0100, Holger Sparr wrote:
>
> [...]
>
>> I am getting the following error:
>>
>> ,----
>> | Debugger entered--Lisp error: (void-variable LaTeX-mode-map)
>
> That is strange since this map is defined in AUCTeX itself and should be
> present.
>
> A workaround is to comment out all the "(define-key LaTeX-mode-map ...)"
> lines.
>
>> |   (define-key LaTeX-mode-map "\C-cpa" (quote LaTeX-pst-parameters-add))
>> |   load("pstricks")
>> |   load-library("pstricks")
>> |   eval((load-library "pstricks"))
>> |   
>> do-after-load-evaluation("/usr/local/share/emacs/site-lisp/auctex-el/auctex/tex.elc")
>> |   tex-mode()
>> |   set-auto-mode-0(tex-mode nil)
>> |   set-auto-mode()
>> |   normal-mode(t)
>> |   after-find-file(nil t)
>> |   find-file-noselect-1(#<buffer chart.tex> "~/work/chart.tex" nil nil 
>> "~/work/chart.tex" (616850 2053))
>> |   find-file-noselect("/home/leo/work/chart.tex" nil nil t)
>> |   find-file("/home/leo/work/chart.tex" t)
>> |   call-interactively(find-file)
>> |   find-file-at-point()
>> |   call-interactively(find-file-at-point)
>> `----

The way this looks, stuff gets called with (eval-after-load 'tex ...)
while it should be with (eval-after-load 'latex ...) in order to have
the right map defined.

> Leo schrieb:
>
>> On 2007-07-10 04:32 +0800, Holger Sparr wrote:
>>> Hi,
>>
>> Hi Holger.
>>
>>> attached is an updated version of pstricks.el.
>>>
>> [...]
>>
>> Any progress in getting this file into AUCTeX?
>
> I did not get a message from the maintainers wether the missing
> copyright assignment arrived in the meantime. I noticed too, that the
> style files are not included in CVS tree.
>
> The missing copyright assignment might be one reason.
>
> Is there any other?

I have not heard anything at all from the copyright clerk regarding the
assignment of Jean-Philippe, the original author.  However,
double-checking the copyright assignment file on the GNU organisation
server, I found both entries:

AUCTEX  Holger Sparr    Germany, 1973   2007-07-04
Assigns Past and Future Changes

AUCTex  Jean-Philippe Georget   France, 1968    2007-07-19
Assigns Past and Future Changes

It _is_ rather embarrassing that this code has not made it in in almost
2 years of time due to this oversight.

I am afraid that I have not been able to regularly follow traffic on the
AUCTeX lists in the last months, and this mail has been brought
specifically to my attention via private mail.  Thanks for that.

How shall we proceed with regard to putting pstricks.el in?  Holger, do
you want to have CVS write access, or would you prefer it if somebody
else placed the code into the repository?  If there are frequent changes
and/or bug fixes, it makes most sense if the person doing the work is
also the one checking it in.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum




reply via email to

[Prev in Thread] Current Thread [Next in Thread]