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

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

Marker does not point anywhere in new shell


From: Joe Corneli
Subject: Marker does not point anywhere in new shell
Date: Sat, 12 Jun 2004 22:18:20 -0500

I'm using this code to generate a buffer for interaction with
fluidsynth.

        (shell "*fluid*")
        (insert 
         (concat "fluidsynth -n "
                 ;; load up the fonts
                 (eval 
                  (cons 'concat (mapcar
                                 (lambda (font) 
                                   (concat 
                                    musical-letters-font-path font " ")) 
                                 musical-letters-fonts)))))
        (comint-send-input))

This produces an error:

Debugger entered--Lisp error: (error "Marker does not point anywhere")
  ansi-color-apply-on-region(#<marker in no buffer> #<marker at 94 in *fluid*>)
  ansi-color-process-output("")
  run-hook-with-args(ansi-color-process-output "")
  comint-send-input()
  (progn (shell "*fluid*") (insert (concat "fluidsynth -n " ...)) 
(comint-send-input))
  eval((progn (shell "*fluid*") (insert (concat "fluidsynth -n " ...)) 
(comint-send-input)))
  eval-last-sexp-1(nil)
  eval-last-sexp(nil)
* call-interactively(eval-last-sexp)


Perhaps this has something to do with the fact that the input is
entered before the first prompt: after running the commands above,
the *fluid* buffer contains this:

fluidsynth -n ~/sf2/VintageDreamsWaves-v2.sf2 ~/sf2/fenderbass.sf2 
~/sf2/rhodespianoice.sf2 
[~]% fluidsynth -n ~/sf2/VintageDreamsWaves-v2.sf2 ~/sf2/fenderbass.sf2 
~/sf2/rhodespianoice.sf2 
fluidsynth: warning: Ignoring sample SineWave: can't use ROM samples
fluidsynth version 1.0.3
Copyright (C) 2000-2002 Peter Hanappe and others.
FLUID Synth comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions; see the COPYING file for details.
SoundFont(R) is a registered trademark of E-mu Systems, Inc.

Type 'help' to get information on the shell commands.

> 


In GNU Emacs 21.3.50.4 (powerpc-apple-darwin7.2.0, X toolkit, Xaw3d scroll bars)
 of 2004-04-29 on hope-of-a-stone.local
configured using `configure '--with-x' '--without-carbon' 
'CFLAGS=-I/sw/include' 'CPPFLAGS=-I/sw/include' 'LDFLAGS=-L/sw/lib''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: nil
  locale-coding-system: nil
  default-enable-multibyte-characters: t

Major mode: Shell

Minor modes in effect:
  auto-image-file-mode: t
  show-paren-mode: t
  display-time-mode: t
  mouse-wheel-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  unify-8859-on-encoding-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
C-e <down> <down> <down> <down> C-e <down> M-w <up> 
<up> <up> <up> <up> C-a C-x C-s C-x b l i <tab> <return> 
M-x <up> <return> M-x <up> <return> a o u i s n h a 
o e u s n h o C-x C-g C-x b <return> C-x b * s h <tab> 
<return> c d SPC ~ / s i t <tab> <return> l s <return> 
s c p SPC m u s <tab> SPC $ E M . / a / e l i s p / 
<return> M-x r e p o <tab> r <tab> <return>

Recent messages:
Wrote /Users/arided/site-lisp/musical-letters.el
Musical-Letters mode disabled
ansi-color-process-output: Marker does not point anywhere
Completing file name...
Completed
~/site-lisp 
Completing file name...
Partially completed
Auto-saving...done
Making completion list...





reply via email to

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