emacs-pretest-bug
[Top][All Lists]
Advanced

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

skeleton-internal-1: Lisp nesting exceeds `max-lisp-eval-depth'


From: Peter Dyballa
Subject: skeleton-internal-1: Lisp nesting exceeds `max-lisp-eval-depth'
Date: Mon, 26 Feb 2007 19:10:41 +0100

Hello!

Launching GNU Emacs 23.0.0 with -Q I create a buffer Mist.csh and start to insert a case statement. I can enter an expression ($1) and a first pattern (*copy.tex) – or RET and max-lisp-eval-depth is exceeded. I can also enter simplistic input like 1 and 2 and the same error happens:

        (/usr/local/bin/emacs-23.0.0 -Q)
        For information about the GNU Project and its goals, type C-h C-p.
        (New file)
        Loading sh-script...done
        No indentation for this shell type.
        Loading regexp-opt...done
        Loading skeleton...done
        skeleton-internal-1: Lisp nesting exceeds `max-lisp-eval-depth'
        Loading emacsbug...done
        Loading help-mode...done

-----------

        switch( $1 )
            case *copy.tex:
                
                breaksw
                <<<< here is the cursor

-----------

In GNU Emacs 23.0.0.1 (powerpc-apple-darwin8.8.0, X toolkit, Xaw3d scroll bars)
of 2007-02-24 on Latsche.local
X server distributor `The XFree86 Project, Inc', version 11.0.40400000
configured using `configure '--without-ns' '--without-carbon' '-- with-x' '--without-sound' '--without-pop' '--with-xpm' '--with-jpeg' '--with-tiff' '--with-gif' '--with-png' '--enable-locallisppath=/ Library/Application Support/Emacs/calendar23:/Library/Application Support/Emacs' 'CFLAGS=-pipe -fPIC -mcpu=7450 -mtune=7450 -fast -mpim- altivec -ftree-vectorize -foptimize-register-move -freorder-blocks - freorder-blocks-and-partition -fthread-jumps -fpeephole -fno- crossjumping' 'CPPFLAGS=-no-cpp-precomp -I/usr/include/openssl -I/usr/ local/include -I/sw/lib/freetype219/include -I/sw/lib/freetype219/ include/freetype2 -I/sw/lib/fontconfig2/include -I/sw/include/ libpng12 -I/sw/include -idirafter /usr/X11R6/include' 'LDFLAGS=- dead_strip -bind_at_load -multiply_defined suppress -L/usr/X11R6/lib - L/usr/local/lib -L/sw/lib/ncurses -L/sw/lib''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: de_DE.UTF-8
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: de_DE.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

Major mode: Shell-script

Minor modes in effect:
  tooltip-mode: t
  tool-bar-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-compression-mode: t
  line-number-mode: t


In GNU Emacs 22.0.93 it works fine ...

--
Greetings

  Pete

A lot of us are working harder than we want, at things we don't like to do. Why? ...In order to afford the sort of existence we don't care to live.
                                   -- Bradford Angier






reply via email to

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