From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: [Peter_Dyballa@Web.DE: popd in tcsh fails] Date: Sun, 24 Jul 2005 17:14:29 -0400 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1122240682 30434 80.91.229.2 (24 Jul 2005 21:31:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 24 Jul 2005 21:31:22 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 24 23:31:22 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dwo3p-00005j-BF for ged-emacs-devel@m.gmane.org; Sun, 24 Jul 2005 23:31:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dwo65-0004ks-8X for ged-emacs-devel@m.gmane.org; Sun, 24 Jul 2005 17:33:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dwo5n-0004h0-Lg for emacs-devel@gnu.org; Sun, 24 Jul 2005 17:33:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dwo2A-00048p-PQ for emacs-devel@gnu.org; Sun, 24 Jul 2005 17:29:21 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dwo23-0003x2-WF for emacs-devel@gnu.org; Sun, 24 Jul 2005 17:29:12 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DwnyY-0003IK-A5 for emacs-devel@gnu.org; Sun, 24 Jul 2005 17:25:34 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Dwnnp-0007j5-Kd; Sun, 24 Jul 2005 17:14:29 -0400 Original-To: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:41191 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:41191 Can someone please look at this, then ack to me? ------- Start of forwarded message ------- To: emacs-pretest-bug@gnu.org From: Peter Dyballa Date: Wed, 20 Jul 2005 15:36:11 +0200 X-Sender: Peter_Dyballa@web.de Subject: popd in tcsh fails Sender: emacs-pretest-bug-bounces+rms=gnu.org@gnu.org X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on monty-python X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 Hello! I am using tcsh 6.12.00 in *shell* mode and GNU Emacs does not seem to understand popd, i.e. after a popd in *shell* file name completion or dired start with the directory that was before my working directory. These variables are customized: '(comint-completion-recexact t) '(comint-input-ignoredups t) '(comint-input-ring-file-name ".emacs.d/history") '(comint-prompt-regexp "^[a-z]+ [0-9]+ /\\\\ " t) '(comint-use-prompt-regexp nil) '(shell-cd-regexp "[cp]d") '(shell-dirtrack-verbose nil) '(shell-pushd-regexp "p(ush|)d") Important settings: value of $LC_ALL: de_DE.UTF-8 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: de_DE.UTF-8 locale-coding-system: utf-8 default-enable-multibyte-characters: t Major mode: Shell Minor modes in effect: display-time-mode: t mouse-sel-mode: t show-paren-mode: t desktop-save-mode: t tool-bar-mode: t mouse-wheel-mode: t tooltip-mode: t auto-compression-mode: t menu-bar-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t next-error-follow-minor-mode: Fol - -- Greetings Pete "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." -- Rich Cook _______________________________________________ Emacs-pretest-bug mailing list Emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug ------- End of forwarded message -------