Re: Wierd XEmacs problem.

2003-02-22 Thread Jorge Santos
Alan Shutko [EMAIL PROTECTED] writes:

 Jorge Santos [EMAIL PROTECTED] writes:
 
  I have a problem here, on X Window C-/ works just fine as undo, but in
  the console it just inserts an /, the funny thing is this, when I type
  C-h k C-/ I get:
 
 I have a feeling that C-/ can't be represented in ASCII... anyone
 remember the rules, offhand?
 

I had a little misstatement back there, where it says 'in the console' it
should say 'inside a virtual terminal', in the console I get another,
unexpected, behaviour, turns out that when I press C-/ in the console
it deletes backwards, and when pressing C-h k C-/ it says:

BS runs 'delete-backward-char'

So my guess it _is_ something encoding related, but I really don't
know that much about that stuff.

I also found something else that might be of worth, back home (the
problem happens in Sid, which I run here at work), I'm using Woody and
C-/ does undo on a virtual terminal, however, when I press C-h k C-/
it says:

C-_ runs `undo'


Something else that make me think is somehow related to enconding is
that in a zsh running inside a virtual terminal it also has the same
problem here at work, and not at home (you can also see another mail
to the list about this zsh issue the other day).


TIA,

Jorge


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Wierd XEmacs problem.

2003-02-19 Thread Jorge Santos
I have a problem here, on X Window C-/ works just fine as undo, but in
the console it just inserts an /, the funny thing is this, when I type
C-h k C-/ I get:



/ runs `self-insert-command'
   
  
`self-insert-command' is an interactive built-in function
(self-insert-command COUNT)
   
  
Documentation:
Insert the character you type.
Whichever character you type to run this command is inserted.
If a prefix arg COUNT is specified, the character is inserted COUNT times.




But when I type C-h w undo I get:


undo is on undo, f2, C-/, C-_




So, what gives? 




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Wierd XEmacs problem.

2003-02-19 Thread Alan Shutko
Jorge Santos [EMAIL PROTECTED] writes:

 I have a problem here, on X Window C-/ works just fine as undo, but in
 the console it just inserts an /, the funny thing is this, when I type
 C-h k C-/ I get:

I have a feeling that C-/ can't be represented in ASCII... anyone
remember the rules, offhand?

-- 
Alan Shutko [EMAIL PROTECTED] - In a variety of flavors!
Looking for a developer in St. Louis? http://web.springies.com/~ats/
JASA Just Another Stupid Acronym


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Xemacs Problem: Key-binding

2002-04-05 Thread Sebastian Canagaratna
Hi:

  I am using woody with the lates xemacs21.

  When I edit html files, and try to complete sub with C-c /
  to give the /sub I get the message:
  No such face: font-face-keyword-face.

  When I type M-x sgml-insert-end-tag it works erratically. Sometime
  it works , sometimes it does not. I do not have the problem with
  the other tags.

  There is also the following message when I open the file:

  (1) error/warning Error in 'post-command-hook ( setting hook to nil)
  wrong-type-argument arrayp nil.

  How does one correct this? 

  Also, how do I bind some key to type sub just as C-z p is bound to
  sup?
  I also run xemacs (sid) on another machine. THat does not appear to
  have this problem.

  Thanks.

  Sebastian
-- 
Sebastian Canagaratna
Department of Chemistry
Ohio Northern University
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xemacs problem

2000-02-16 Thread Micha Feigin
When I change the options in xemacs ( 21 latest ) to enable multiple
windows, and I try to compile or move to errors in the compilation, I get
the folowing error message:
wrong type argument : windowp, nil

any ideas?

Thanx
[EMAIL PROTECTED]


Re: xemacs problem

2000-02-16 Thread Colin Marquardt
* Micha Feigin [EMAIL PROTECTED] writes:

 When I change the options in xemacs ( 21 latest ) to enable multiple
 windows, and I try to compile or move to errors in the compilation, I get
 the folowing error message:
 wrong type argument : windowp, nil

I'd do a 

  M-x set-variable RET debug-on-error RET t RET

invoke the error and post the resulting backtrace to
comp.emacs.xemacs. Also mention the output of 
 
  M-x emacs-version

HTH,
  colin

-- 
14. Madcatmachopsychoromantik . . . . . . . . . . . . . . . . . . 09.15


xemacs problem

1999-11-03 Thread Martyn Pearce


Eugene V. Levashoff writes:
| Hi !
| 
| Please help me to solve problem with XEmacs. When i 
| attempt to run them in XWindows i don't see anything on
| screen. At console xemacs start normally.
| 
| I am using XFree 3.3.4 and trying to use XEmacs 20.4Emerald.
| 
| Clip from lisp backtrace:
| 
| make-device(x null)

Are you running over the network?  If not, are you clobbering DISPLAY
before starting?  What is your DISPLAY var. set to?

Mx.


Re: Xemacs problem

1999-09-14 Thread Eberhard Burr
David Kanter [EMAIL PROTECTED] writes:

 When I try to start xemacs, I occasionally get this error message:
 
 Xlib: connection to :0.0 refused by server
 Xlib: Client is not authorized to connect to Server
 emacs: Cannot connect to X server :0.0.
 Check the DISPLAY environment variable or use `-d'.
 Also use the `xhost' program to verify that it is set to permit
 connections from your machine.
 
 Again, it doesn't happen all the time. However, nox-emacs works fine.
 
 What is going on?

You have by chance logged in as one user, su()d to another and try to
start xemacs as that other user?
Putting xhost +localhost in your .xsession might be what you want,
but only do that on a single-user machine, since it will allow anyone
who is logged into your machine to start X clients on your display.
(that could be nasty things like kbd-sniffers)

HTH,
-- 
Eberhard Burrcheck http://www.uni-karlsruhe.de/~Eberhard.Burr/publickey.asc
 for PGP Key -- #include stddisc.h -- electric cookie follows
I didn't believe in reincarnation in any of my other lives.  I don't see why
I should have to believe in it in this one.
-- Strange de Jim


Xemacs problem

1999-09-13 Thread David Kanter
When I try to start xemacs, I occasionally get this error message:

Xlib: connection to :0.0 refused by server
Xlib: Client is not authorized to connect to Server
emacs: Cannot connect to X server :0.0.
Check the DISPLAY environment variable or use `-d'.
Also use the `xhost' program to verify that it is set to permit
connections from your machine.

Again, it doesn't happen all the time. However, nox-emacs works fine.

What is going on?

-Dave


Re: Xemacs problem

1999-09-13 Thread Dyer
David Kanter wrote:

 When I try to start xemacs, I occasionally get this error message:

 Xlib: connection to :0.0 refused by server
 Xlib: Client is not authorized to connect to Server
 emacs: Cannot connect to X server :0.0.
 Check the DISPLAY environment variable or use `-d'.
 Also use the `xhost' program to verify that it is set to permit
 connections from your machine.


I'll bet you're trying to launch while your'e su'd root. Check out xauth. (if
security is not an issue, look at xhost)


 Again, it doesn't happen all the time. However, nox-emacs works fine.

Doesn't need to use your xserver.



 What is going on?

 -Dave


xemacs problem

1999-06-24 Thread Debian Mail
apt-get does stop every time I want to run it while it is processing
xemacs20-support. I wanted to do

dpkg --remove xemacs20-support

on which xemacs20-nomule depends, so I said

dpkg --remove xemacs20-nomule

this gives:

dpkg: dependency problems prevent removal of xemacs20-nomule:
 calc depends on emacsen; however:
  Package emacsen is not installed.
  Package xemacs20-nomule which provides emacsen is to be removed.
  Package emacs20 which provides emacsen is not configured yet.
.
.
.


But I don't want to remove emacs! Just xemacs which causes the problem.

Does anybody know how I can either configure xemacs20 correctly, so
apt-get will work again, or how I can remove just xemacs without
removing emacs?

Stef


Xemacs problem

1997-03-06 Thread Franck LE GALL - STAGIAIRE A FT.CNET/LAB/FCI/PIH
Hi,

I am using DEBIAN1.2 and Xaccelerated. All used to work 
fine but recently (I didn't do any system administration), each 
time I run Xemacs, my system run into troubles and lock itself.

Does anyone have an idea about it ?

Thanks
Franck