RE: [Fink-users] rxvt delete key

2003-08-27 Thread Alexander K. Hansen
Have you taken a look at 

http://fink.sourceforge.net/faq/usage-packages.php#apple-x-delete

?
--
Alexander K. Hansen
Associate Research Scientist, Columbia University
visiting MIT Plasma Science and Fusion Center
Levitated Dipole Experiment
175 Albany Street, NW17-219
Cambridge, MA  02139-4213
  


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Joe Corneli
Sent: Tuesday, August 26, 2003 7:08 PM
To: [EMAIL PROTECTED]
Subject: [Fink-users] rxvt delete key

Hello,

first of all, my delete key is not working (rxvt 2.7.8, OSX 10.3).  It
was working just fine with my old set-up, which consists entirely of the
line

rxvt*deletekey:^d

in my .Xdefaults.

Second of all, I managed to get it working for a moment (at least over
SSH), but it has since stopped working.  I can't remember what I did to
fix it. The key is sending the correct escape sequence to emacs, namely
^[[3 -- so I can rebind it in Emacs.

I found this nice binding on the web:

 (global-set-key [delete]
(lambda () (interactive)
  (if mark-active
  (kill-region (point) (mark))
(delete-char 1

Third, I'd really appreciate it if someone could help me figure
out how to get it working as a delete key outside of Emacs!

As a side note, for one reason or another BackSpace is currently coming
across as ^H instead of ^?, which is annoying.  I fixed this
with 

 rxvt*keysym.0xff08:\177

in my .Xdefaults.  



Joe


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


RE: [Fink-users] esd problem

2003-08-27 Thread Alexander K. Hansen
I don't think that's your problem:  esd works OK on my system as far as I
can tell, and I don't have /dev/dsp.

--
Alexander K. Hansen
Associate Research Scientist, Columbia University
visiting MIT Plasma Science and Fusion Center
Levitated Dipole Experiment
175 Albany Street, NW17-219
Cambridge, MA  02139-4213
  


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Falko
Sent: Tuesday, August 26, 2003 11:23 AM
To: [EMAIL PROTECTED]
Subject: Re: [Fink-users] esd problem

Hi,

I just noticed, that I don't have a /dev/dsp file.
Is that the reason why esd doesn't work?
What do I have to do, to create that file?

Thanks,
Falko

 when I run esd, I get the following output:
 using device Built-in audio controller for output:
 with sample rate 44100.00, 2 channels and 32-bit sample
 unsupported device.

 xmms doesn't work and reports that error, too.
 I'm using a PPC G4 466MHz.



---
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] rxvt delete key

2003-08-27 Thread Alexander Hansen
On Tuesday, August 26, 2003, at 08:02 PM, Joe Corneli wrote:

 .Xmodmap:
  keycode 59 = Delete
 .Xresources:
  xterm*.deleteIsDEL: true
  xterm*.backarrowKey: false
  xterm*.ttyModes: erase ^?
 .xinitrc
  xrdb -load $HOME/.Xresources
  xmodmap $HOME/.Xmodmap
Just took a look at it... xterm has more options than rxvt does.

Anyway, now my the delete key working, I'm not sure why it wasn't
working when wrote before.
Now, unfortunately BackSpace seems to send ^H (over SSH, not locally);
I hope I can get this settled into place!
Joe


I just opened up an rxvt and SSH'ed into my desktop machine at work (an 
OSX box), and delete worked fine.  What kind of box are you logging 
into  ?

--
Alexander K. Hansen
Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] rxvt delete key

2003-08-27 Thread Joe Corneli
After a lot of fiddling about, I got both the delete and backspace key
to work (locally and on the linux machine I'm logged onto currently)
by using some very simple settings in my .Xdefault:

rxvt*deletekey:^d
rxvt*backspacekey:^?


This is far from being the complete picture (indeed I still don't have a
clue why delete stopped working in the first place); many of my fixes
only served to complicate the issue.  But the above definitely works,
and I'm glad about that!

Joe



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


RE: [Fink-users] rxvt delete key

2003-08-27 Thread Alexander K. Hansen
Anyway, at least it works, however that happened.

--
Alexander K. Hansen
Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX
  

-Original Message-
From: Joe Corneli [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 26, 2003 9:23 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [Fink-users] rxvt delete key

After a lot of fiddling about, I got both the delete and backspace key
to work (locally and on the linux machine I'm logged onto currently)
by using some very simple settings in my .Xdefault:

rxvt*deletekey:^d
rxvt*backspacekey:^?


This is far from being the complete picture (indeed I still don't have a
clue why delete stopped working in the first place); many of my fixes
only served to complicate the issue.  But the above definitely works,
and I'm glad about that!

Joe




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] ratpoison?

2003-08-27 Thread Alexander Hansen
You should contact the package maintainer directly in circumstances 
such as this, in case they don't read the lists.

--
Alexander K. Hansen
Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX
On Monday, August 25, 2003, at 11:49 PM, Joe Corneli wrote:

1.1.1-1 is available in the unstable tree... but the latest unstable
release is 1.3.0-3, and the latest stable release is 1.2.2.  Any
chance that there could be an update?
Joe


---
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] OS X 10.3 X11 version 1, apparently w/o SDK

2003-08-27 Thread Craig Sutherland
Ned-

Apple releases software seeds during the development/beta cycles to 
developers and member of Apple Developer's Connection- a paid 
subscription. That software is distributed under a non-disclosure 
agreement.  Discussion about bootleg copies is pretty meaningless.

Craig

On Tuesday, August 26, 2003, at 08:10  AM, Ned Dupont wrote:

This might be just bit off topic, but I have read, in many different
newsgroups, of people who have installed the OS X 10.3 preview. Where 
are
you getting that? I can not find it anywhere and I would love to try 
it out.

Thanks,
Ned Dupont
From: Joe Corneli [EMAIL PROTECTED]
Date: Mon, 25 Aug 2003 21:59:42 -0500
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: [Fink-users] OS X 10.3  X11 version 1, apparently w/o SDK
Hi,

I just installed Fink and then the latest 10.3 preview (packaged with
X11 1.0) on an otherwise out-of-the-box iBook.  Now when I try
  fink install rxvt

I am prompted to install the place holder package system-xfree86.  But
Fink then asks for me to install Apple's SDK.  However, when I try to
install the SDK, the installer program won't let me, saying that 
Newer
Software already exists on your computer.  No doubt it does, but I 
have
no idea how to help Fink to understand this.  Can anyone out there 
help
with this?

Joe

---
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single 
machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click 
here:http://www.vmware.com/wl/offer/358/0
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



---
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click 
here:http://www.vmware.com/wl/offer/358/0
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] seeds (ADC/WWDC)

2003-08-27 Thread Joe Corneli
 Apple releases software seeds during the development/beta cycles to
 developers and member of Apple Developer's Connection- a paid
 subscription

10.3  Xcode seeds were released to everyone who attended WWDC 2003.
(Including lucky students who were able to attend via a free
scholarship; that's how I got 'em.)

Joe


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] ace archives

2003-08-27 Thread Gary Elshaw
Hi Folks,

I've been having a frustrating time this evening trying to find 
anything (at all, anywhere) that will decompress .ace archives. There 
is a linux version around, but i haven't found anything for the mac. 
Does anyone have suggestions aside from the obvious, don't bother with 
.ace archives?

Cheers,
Gary
_
The difficulty now is that unexceptional adults believe the loss of 
youthful dreaming is itself growing up, as though adulthood were the 
passive conclusion to a doomed activity and hope during adolescence.

The Uses of Disorder
  Personal Identity and City Life
-- Richard Sennett
OO
[_]|
 /|\
Gary Elshaw
Film and Media Studies Tutor
Victoria University
New Zealand
http://www.garyelshaw.com
http://elshaw.tripod.com/
_


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] failed to update system-xfree86

2003-08-27 Thread Claus Atzenbeck
Hi!

I have Apples X11 installed. According to fink, my system-xfree86
(placeholder) is old. When I do a update-all, I get the error message:

Failed: Internal error: node for system-xfree86 already exists

This is true, because I have the placeholder package already
installed, but I would like to update it. Or why does fink show this
package as obsolete?

Any idea?

Thanks!!
Claus


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] failed to update system-xfree86

2003-08-27 Thread Alexander K. Hansen
Your version is old, but the package manager is confused about what to 
do about this--this can happen because of complicated dependencies.  
The fix is here:

http://fink.sourceforge.net/faq/comp-general.php#node-exists

--
Alexander K. Hansen
Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX
On Wednesday, August 27, 2003, at 12:23 PM, Claus Atzenbeck wrote:

Hi!

I have Apples X11 installed. According to fink, my system-xfree86
(placeholder) is old. When I do a update-all, I get the error message:
	Failed: Internal error: node for system-xfree86 already exists

This is true, because I have the placeholder package already
installed, but I would like to update it. Or why does fink show this
package as obsolete?
Any idea?

Thanks!!
Claus


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] failed to update system-xfree86

2003-08-27 Thread Claus Atzenbeck
On Wed, 27 Aug 2003, Alexander K. Hansen wrote:

 Your version is old,

Sorry...

 but the package manager is confused about what to
 do about this--this can happen because of complicated dependencies.
 The fix is here:

 http://fink.sourceforge.net/faq/comp-general.php#node-exists

Thanks!!

Claus


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users