help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] [PATCH] fix compatibility issue with emacs-24.2


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] [PATCH] fix compatibility issue with emacs-24.2
Date: Wed, 29 May 2013 23:21:49 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130514 Thunderbird/17.0.6

Il 29/05/2013 19:05, Jochen Schmitt ha scritto:
> Hello,
> 
> I have got an bug report that the variable inhibit-first-line-modes-regexps
> was renamed into inhibit-local-variables-regexps since emacs-24.2.

Can you give a pointer to the bug report?

> Therefore I have create a patch which is attached on thiw mail.
> 
> Best Regards:
> 
> Jochen Schmitt
> 
> 
> diff -up smalltalk-3.2.5/smalltalk-mode-init.el.in.emx 
> smalltalk-3.2.5/smalltalk-mode-init.el.in
> --- smalltalk-3.2.5/smalltalk-mode-init.el.in.emx     2013-05-29 
> 17:27:14.684817180 +0200
> +++ smalltalk-3.2.5/smalltalk-mode-init.el.in 2013-05-29 17:31:02.714077525 
> +0200
> @@ -13,7 +13,7 @@
>  
>  (push '("\\.st\\'" . smalltalk-mode) auto-mode-alist)
>  
> -(push "\\.star\\'" inhibit-first-line-modes-regexps)
> +(push "\\.star\\'" inhibit-local-variables-regexps)

We should check which is available and try the right one.

>  (autoload 'smalltalk-mode "@lispdir@/smalltalk-mode.elc" "" t)
>  @WITH_EMACS_COMINT_TRUE@(autoload 'gst "@lispdir@/gst-mode.elc" "" t)
> 
> _______________________________________________
> help-smalltalk mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/help-smalltalk
> 




reply via email to

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