>>>> "VB" == Vaclav Barta <vbar(a)comp.cz>
writes:
VB> This bug report will be sent to the XEmacs Development Team,
VB> not to your local site managers!!
VB> Please write in English, because the XEmacs maintainers do not have
VB> translators to read other languages for them.
VB> Please describe as succinctly as possible:
VB> - What happened.
VB> - What you thought should have happened.
VB> - Precisely what you were doing at the time.
VB> Please also include any C or lisp back-traces that you may have.
VB> ================================================================
VB> Dear Bug Team!
VB> when I open a file with .exp extension, xemacs displays the buffer in
VB> Tcl mode (as it should), but doesn't highlight anything. The
VB> minibuffer says "File mode specification error: (void-variable
VB> filladapt-mode)". I'm quite sure syntax highlighting for Tcl worked
in
Hi Vaclav,
M-x locate-library RET filladapt RET
gives me
Library is file c:\Program Files\XEmacs\xemacs-packages\lisp\text-modes\filladapt.elc
You don't appear to have text-modes installed.
However, the right fix in this case seems to be the following.
Please try this and let Steve and me know if this fixes your problem.
Best regards,
Adrian
xemacs-packages/prog-modes/ChangeLog addition:
2002-01-03 Adrian Aichner <adrian(a)xemacs.org>
* tcl.el (tcl-mode): Check for (boundp 'filladapt-mode).
packages Patch (cvs -f -z3 -q diff -u xemacs-packages/prog-modes/tcl.el):
Index: xemacs-packages/prog-modes/tcl.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/prog-modes/tcl.el,v
retrieving revision 1.4
diff -u -r1.4 tcl.el
--- xemacs-packages/prog-modes/tcl.el 2001/08/19 07:14:29 1.4
+++ xemacs-packages/prog-modes/tcl.el 2002/01/03 21:25:21
@@ -1002,7 +1002,8 @@
(setq paragraph-separate paragraph-start))
(make-local-variable 'paragraph-ignore-fill-prefix)
(setq paragraph-ignore-fill-prefix t)
- (if (not filladapt-mode)
+ (if (not (and (boundp 'filladapt-mode)
+ filladapt-mode))
(progn
(make-local-variable 'fill-paragraph-function)
(setq fill-paragraph-function 'tcl-do-fill-paragraph)))
VB> the recent past (before Christmas), but don't really remember what
VB> exactly I've changed since then (I did update prog-modes recently, for
VB> example)...
VB> Bye
VB> Vasek
VB> ================================================================
VB> System Info to help track down your bug:
VB> ---------------------------------------
VB> uname -a: Linux linux 2.4.0 #3 Sun Jan 28 20:49:46 GMT 2001 i686 unknown
VB> ./configure '--with-mule'
VB> XEmacs 21.5-b3 "asparagus" configured for `i686-pc-linux'.
VB> Compilation / Installation:
VB> Source code location: /usr/local/cvs.src/xemacs/xemacs-21.5
VB> Installation prefix: /usr/local
VB> Operating system description file: `s/linux.h'
VB> Machine description file: `m/intel386.h'
VB> Compiler: gcc -g -O3 -Wall -Wno-switch -Winline
-Wmissing-prototypes -Wsign-compare -Wshadow
VB> Relocating allocator for buffers: no
VB> GNU version of malloc: yes
VB> - Using Doug Lea's new malloc from the GNU C Library.
VB> Window System:
VB> Compiling in support for the X window system:
VB> - X Windows headers location: /usr/X11/include
VB> - X Windows libraries location: /usr/X11/lib
VB> - Handling WM_COMMAND properly.
VB> Compiling in support for the Athena widget set:
VB> - Athena headers location: X11/Xaw
VB> - Athena library to link: Xaw
VB> Using Lucid menubars.
VB> Using Lucid scrollbars.
VB> Using Athena dialog boxes.
VB> Using Athena native widgets.
VB> TTY:
VB> Compiling in support for ncurses.
VB> Compiling in support for GPM (General Purpose Mouse).
VB> Images:
VB> Compiling in support for GIF images (builtin).
VB> Compiling in support for XPM images.
VB> Compiling in support for PNG images.
VB> Compiling in support for JPEG images.
VB> Compiling in support for TIFF images.
VB> Sound:
VB> Compiling in support for sound (native).
VB> Compiling in support for ESD (Enlightened Sound Daemon).
VB> Databases:
VB> Compiling in support for Berkeley database.
VB> Compiling in support for GNU DBM.
VB> Internationalization:
VB> Compiling in support for Mule (multi-lingual Emacs).
VB> Compiling in support for XIM (X11R5+ I18N input method).
VB> - Using raw Xlib to provide XIM support.
VB> Mail:
VB> Compiling in support for "dot-locking" mail spool file locking
method.
VB> Other Features:
VB> Compiling in support for dynamic shared object modules.
VB> Compiling in support for extra debugging code.
VB> WARNING: ---------------------------------------------------------
VB> WARNING: Compiling in support for runtime error checking.
VB> WARNING: XEmacs will run noticeably more slowly as a result.
VB> WARNING: Error checking is on by default for XEmacs beta releases.
VB> WARNING: ---------------------------------------------------------
VB> Load-Path Lisp Shadows:
VB> ----------------------
VB> nil
VB> Installed XEmacs Packages:
VB> -------------------------
VB> ((xemacs-base:version 1.55 :type regular)
VB> (w3 :version 1.2 :type regular)
VB> (vm :version 6.99 :type regular)
VB> (semantic :version 1.1 :type regular)
VB> (psgml :version 1.23 :type regular)
VB> (prog-modes
VB> :version
VB> 1
VB> .43
VB> :type
VB> single-file)
VB> (net-utils :version 1.23 :type single-file)
VB> (mew :version 1.14 :type regular)
VB> (mailcrypt :version 2.09 :type regular)
VB> (mail-lib :version 1.39 :type regular)
VB> (igrep :version 1.08 :type regular)
VB> (gnus :version 1.57 :type regular)
VB> (fsf-compat :version 1.09 :type single-file)
VB> (efs :version 1.26 :type regular)
VB> (edit-utils :version 1.7 :type single-file)
VB> (ediff :version 1.33 :type regular)
VB> (edebug :version 1.14 :type regular)
VB> (dired :version 1.11 :type regular)
VB> (cc-mode :version 1.26 :type regular)
VB> (mule-base :version 1.39 :type regular)
VB> (leim :version 1.17 :type regular))
VB> Features:
VB> --------
VB> (mail-abbrevs xemacsbug shadow sendmail tcl comint ring cc-mode
VB> cc-align cc-cmds cc-engine cc-styles cc-langs cc-vars wid-edit
VB> cc-menus imenu cc-defs efs-cu env dired-faces dired-xemacs dired
VB> cus-face overlay remem xemacs-base-autoloads w3-autoloads vm-autoloads
VB> semantic-autoloads psgml-autoloads prog-modes-autoloads
VB> net-utils-autoloads mew-autoloads mailcrypt-autoloads
VB> mail-lib-autoloads igrep-autoloads gnus-autoloads fsf-compat-autoloads
VB> efs-autoloads edit-utils-autoloads ediff-autoloads edebug-autoloads
VB> dired-autoloads cc-mode-autoloads mule-base-autoloads leim-autoloads
VB> src-autoloads loadhist auto-show fontl-hooks x-iso8859-1 slovenian
VB> czech romanian ccl mule-help code-cmds gutter-items menubar-items
VB> x-menubar mode-motion mouse itimer auto-save lisp-mode easymenu
VB> iso8859-1 page buff-menu lib-complete cus-file derived frame
VB> text-props obsolete cus-start custom widget cl-extra mini-cl cl cl-19
VB> packages backquote very-early-lisp file-coding mule lucid-scrollbars
VB> cut-buffer lucid-menubars athena-dialogs x c-balloon-help tty-frames
VB> tty toolbar esd-sound native-sound scrollbar unix-processes multicast
VB> network-streams subprocesses modules menu-accelerator-support menubar
VB> berkeley-db dbm md5 xemacs xim gutter tiff png gif jpeg xpm xbm
VB> lisp-float-type linux dialog devices window-system base64)
VB> Recent keystrokes:
VB> -----------------
VB> down down down down down down down down down down down
VB> down down down down down down down down down down down
VB> down down down down down down up up up up up up up
VB> up up up up down RET down down down RET down down down
VB> RET C-x k RET C-x C-f BS BS BS BS BS BS BS BS BS BS
VB> BS BS BS BS BS BS BS BS BS BS e x t r TAB d e TAB l
VB> o TAB . t TAB 9 TAB RET M-x r e p o TAB x TAB RET
VB> Recent messages (most recent first):
VB> -----------------------------------
VB> Loading mail-abbrevs...done
VB> Loading mail-abbrevs...
VB> Loading xemacsbug...done
VB> Loading xemacsbug...
VB> File mode specification error: (void-variable filladapt-mode)
VB> Loading tcl...done
VB> Loading tcl...
VB> Loading cc-mode...done
VB> Loading cc-mode...
VB> Loading efs-cu...done
VB> Loading efs-cu...
VB> Reading directory /home/vb/core-locus/hdr/ohdr/...done
VB> Reading directory /home/vb/core-locus/hdr/ohdr/...
VB> Reading directory /home/vb/core-locus/hdr/...done
VB> Reading directory /home/vb/core-locus/hdr/...
VB> Reading directory /home/vb/core-locus/...done
VB> Reading directory /home/vb/core-locus/...
VB> Loading env...done
VB> Loading env...
VB> Loading dired...done
--
Adrian Aichner
mailto:adrian@xemacs.org
http://www.xemacs.org/