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

outl in Xemacs



Hallo,

ein kleines Problem mit der Funktion outl in Xemacs bekomme ich nicht in 
den Griff. Ich möchte die Tastenbelegung von outl neu bestimmen. In der 
custom.el steht u. a.:
(add-hook 'outline-mode-hook 
 (lambda ()
    (local-set-key '(control return) `show-entry)
    (local-set-key '(super return) `hide-entry)
    (local-set-key '(control backspace) `show-all)
    (local-set-key '(super backspace) `hide-body)
 )
)

(add-hook 'outline-minor-mode-hook 
 (lambda ()
    (local-set-key '(control return) `show-entry)
    (local-set-key '(super return) `hide-entry)
    (local-set-key '(control backspace) `show-all)
    (local-set-key '(super backspace) `hide-body)
 )
)


Wenn ich nun eine Datei öffne bekomme ich jedesmal:
(1) (local-variables/warning) File local-variables error: Symbol's value 
as variable is void:  


Das File ist folgendermaßen aufgebaut.

/**********************************************************************
 ** $HeadURL$
 ** $LastChangedBy$
 ** $LastChangedRevision$
 ** $LastChangedDate$
 **********************************************************************/


/**********************************************************************
 **
 *C navigation . . . . . . . . . . . . . . . . . . .  class navigation
 **
 ***********************************************************************/

/**********************************************************************
 **
 *F blabla . . . . . . . . . . . . . . . . . . . . . . funktion blabla
 **
 ***********************************************************************/

.....


/**********************************************************************
 **
 *E ClassNavigation . . . . . . . . . . . . . . . . . . . . . .  ends here
 **
 ** Emacs Mode settings
 ** Local Variables: 
 ** mode:outline-minor
 ** outline-regexp:"^ *\\*[A-Z]"
 ** End:
 ***********************************************************************/

Alles Gurgeln hat mir nicht geholfen außer das es einen möglichen Bug in 
der Version 21.4.17 geben könnte. Hier läuft aber 21.4.20 aus etch.
Auch habe ich es schon mit der Version aus sid (Version Nov. 07) probiert.

Ich habe bei Xemacs noch nicht den durchblick und versuche ihn nur 
komfortabel zu benutzen.
Nun hoffe ich hier auf einen Tipp von Euch.

Danke.

Gruß
Ralf


Reply to: