unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Error while starting multi-term/shell-pop
@ 2010-05-30 17:31 nipra
  0 siblings, 0 replies; only message in thread
From: nipra @ 2010-05-30 17:31 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,
 I'm using multi-term package [http://www.emacswiki.org/emacs/
MultiTerm]. When I run the command multi-term, I get the following
error:

-------------------------------------------------------------
while: Wrong type argument: keymapp, nil
error in process filter: cd-absolute: /home/nipr/: no such directory
error in process filter: /home/nipr/: no such directory
--------------------------------------------------------------

My home directory is ``/home/nipra/''. In the above message I can see
that my home directory path is wrong.

My multi-term customisation:
(setq multi-term-program "/bin/bash")

I'm getting the same error with shell-pop also [http://
www.emacswiki.org/emacs-en/ShellPop].

My shell-pop customisation:
(require 'shell-pop)
(shell-pop-set-internal-mode "ansi-term")
(shell-pop-set-internal-mode-shell "/bin/bash")
(shell-pop-set-window-height 100) ;the number for the percentage of
the selected window. if 100, shell-pop use the whole of selected
window, not spliting.
(shell-pop-set-window-position "bottom") ;shell-pop-up position. You
can choose "top" or "bottom".
(global-set-key [f8] 'shell-pop)

My emacs-version is ``GNU Emacs 23.1.50.1 (i486-pc-linux-gnu, GTK+
Version 2.18.0) of 2009-09-27 on palmer, modified by Debian''.

Regards,
nipra


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-05-30 17:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-30 17:31 Error while starting multi-term/shell-pop nipra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).