help-gnu-emacs
[Top][All Lists]
Advanced

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

invalid function


From: Nikola Skoric
Subject: invalid function
Date: Wed, 7 Nov 2007 21:35:42 +0000 (UTC)
User-agent: slrn/0.9.8.1pl1 (Debian)

I have following code in script.el:

#!/usr/bin/emacs --script
(fset 'goto-nav-panel
   "\C-s<!--Navigation Panel-->\C-a")

(get-buffer-create "node5.html")
(set-buffer "node5.html")
(goto-nav-panel)

Executing it gives me this:

nick@rilmir:~/diplomski/html/diplomski$ ./script.el 
Loading 00debian-vars...
Loading /etc/emacs-snapshot/site-start.d/50auctex.el (source)...
Loading /usr/share/emacs/22.0.91/site-lisp/auctex.el (source)...
Loading /usr/share/emacs/22.0.91/site-lisp/preview-latex.el
(source)...
Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...
Skipping dictionaries-common setup for emacs-snapshot
Loading /etc/emacs/site-start.d/50php-elisp.el (source)...
Invalid function: goto-nav-panel

I really tried to figure out why, but I just can't get it. This seems
to be the proper way to use a keyboard macro, but it just won't
work. What did I get wrong?

-- 
"Now the storm has passed over me
I'm left to drift on a dead calm sea
And watch her forever through the cracks in the beams
Nailed across the doorways of the bedrooms of my dreams"


reply via email to

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