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

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

fontified shell prompt not recognized


From: Peter Dyballa
Subject: fontified shell prompt not recognized
Date: Sat, 23 Apr 2005 23:27:59 +0200

Hello!

My shell prompt looks like "pete 125 /\ " and I tried to beautify it in customization. Now C-a on the command line does not stop at the command's start but at line's beginning. The customization code is approximately that:

 '(comint-completion-recexact t)
'(comint-highlight-prompt ((t (:foreground "dark blue" :weight bold :family "-*-courier new-medium-r-*-10646-1"))))
 '(comint-input-ignoredups t)
 '(comint-prompt-regexp "^[a-z]+ [0-9]+ /\\\\ " t)
 '(comint-use-prompt-regexp-instead-of-fields t)
 '(shell-cd-regexp "[cp]d")
 '(shell-dirtrack-verbose nil)
 '(shell-prompt-pattern "^[a-z0-9]+ [0-9]+ /\\\\ ")
 '(shell-pushd-dextract t)
 '(shell-pushd-dunique t)
 '(shell-pushd-regexp "p{ush,}d")
 '(shell-pushd-tohome t)

Actually the dark blue bold customization does not include the "/\" part of the prompt. Setting for this session a background colour then it stretches the complete prompt.


In GNU Emacs 22.0.50.1 (powerpc-apple-darwin7.8.0, X toolkit, Xaw3d scroll bars)
 of 2005-04-16 on localhost
Distributor `The XFree86 Project, Inc', version 11.0.40300000
configured using `configure '--without-carbon' '--with-x' '--without-pop' '--with-xpm' '--with-jpeg' '--with-tiff' '--with-png' '--with-gif' '--with-x-toolkit=lucid' 'CFLAGS=-I/sw/include' 'CPPFLAGS=-I/sw/include' 'LDFLAGS=-L/sw/lib''

Important settings:
  value of $LC_ALL: de_DE.UTF-8
  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
  locale-coding-system: utf-8
  default-enable-multibyte-characters: t

Major mode: Shell

Minor modes in effect:
  desktop-save-mode: t
  auto-compression-mode: t
  display-time-mode: t
  mouse-sel-mode: t
  show-paren-mode: t
  tooltip-mode: t
  tool-bar-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t
  next-error-follow-minor-mode:  Fol


--
Greetings

  Pete

Know thyself. Need help? Call CIA.





reply via email to

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