Re: sather-mode with emacs21.2
"K.Kodama" <[email protected]>
| Newsgroups | gmane.comp.lang.sather.announce |
|---|---|
| Message-ID | <[email protected]> |
Thank you for your reply. I have no problem in sather-mode with emacs 20.7.2. This week, I tried to update emacs to 21.2.1, and get some problem. You say you are OK with emacs 21.2, so, now, I doubt my emacs but sather-mode. # My emacs is with Japanese font translation functions. From: Tapio Kelloniemi <[email protected]> Subject: Re: sather-mode with emacs21.2 Date: Wed, 18 Dec 2002 09:10:40 +0200 (EET) .... > Could you give more information? I have had no problems with Emacs 21.2, I > just found instructions in Emacs-mode directory of the Sather distribution. * OS Plamo Linux 3.0 * emacs version $ emacs --version GNU Emacs 21.2.1 Copyright (C) 2001 Free Software Foundation, Inc. .... cut. * .emacs .emacs has only 3 lines as following for tests: --------------- .emacs ------------- (setq load-path (append '("~/lib/emacs") load-path)) ;;(setq sather-use-highlight-package 'none) (load "sather-mode") ;; sample.emacs ------------------------------------ * Startup emacs in X. (1) Try to load sather source file, then I get the following error message. And the file is not loaded. ----------- message in mini buffer --------------- Wrong type argument: stringp, nil ------------------------------------------------- (2) Re-try to load the same file, then the file is loaded successfully. But text is not highlighted. (3) When try to load another file, condition is the same as (1). * Startup emacs in terminal as "emacs -nw". (4) the condition is as the same as (2). -- Kouji KODAMA, [email protected]