all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: swengtoo@my-deja.com (Swengtoo)
Subject: Re: shell problems after upgrading NTEmacs from 19.34 to 21.2
Date: 5 Nov 2002 11:17:26 -0800	[thread overview]
Message-ID: <b72a5ae6.0211051117.87b3f16@posting.google.com> (raw)
In-Reply-To: b72a5ae6.0210250510.492b9535@posting.google.com

swengtoo@my-deja.com (Swengtoo) wrote in message news:<b72a5ae6.0210250510.492b9535@posting.google.com>...
> But now I need to know why the same statement wouldn't work from my
> .emacs - is it possible that evaluation stops prior to reaching this
> statement (again, only in 21.2, not in 19.34...). If this is the case,
> then I am even more puzzled since I encapsulated my original .emacs
> within the following:
> 
> (setq debug-on-error t)
> < original .emacs >
> (setq debug-on-error nil)
> 
> to enable debug - and emacs does not report ANY errors.
> 
> What am I missing here?
> 

I finally solved the problem (thanks to single-step lisp debugging in
Emacs):
My shell customization code was conditioned by (eq window-system
'win32).

Well, guess what? in Emacs 19.34 window-system contained "win32" for
the NTEmacs environment, but now in Emacs 21.2 window-system returns
now "w32".

That's what has changed. I wish I could have read it somewhere in the
news without having to go through this debug effort (I am not a lisp
programmmer).

Anyway, now the problem is solved, thank you everybody and I hope that
this tip will help someone.

Swengtoo

  reply	other threads:[~2002-11-05 19:17 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-18 14:03 shell problems after upgrading NTEmacs from 19.34 to 21.2 Swengtoo
2002-10-21  7:11 ` Bernd Wolter
2002-10-24 16:39   ` Swengtoo
2002-10-25  6:08     ` maierh
2002-10-25 13:10       ` Swengtoo
2002-11-05 19:17         ` Swengtoo [this message]
2002-11-05 22:33           ` Jason Rumney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b72a5ae6.0211051117.87b3f16@posting.google.com \
    --to=swengtoo@my-deja.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.