From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Elim Qiu" Newsgroups: gmane.emacs.help Subject: cygwin emacs problems Date: Wed, 2 Mar 2005 12:00:41 -0700 Message-ID: <01e001c51f5a$218996b0$0400a8c0@GRACE> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=======AVGMAIL-42260D5A1957=======" X-Trace: sea.gmane.org 1109790940 10102 80.91.229.2 (2 Mar 2005 19:15:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 2 Mar 2005 19:15:40 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 02 20:15:39 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D6ZFx-0004iz-SY for geh-help-gnu-emacs@m.gmane.org; Wed, 02 Mar 2005 20:11:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D6ZYl-0000cU-CK for geh-help-gnu-emacs@m.gmane.org; Wed, 02 Mar 2005 14:31:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D6ZSc-0007C4-Lu for help-gnu-emacs@gnu.org; Wed, 02 Mar 2005 14:24:43 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D6ZSS-00078h-Nc for Help-gnu-emacs@gnu.org; Wed, 02 Mar 2005 14:24:35 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D6ZSS-00070w-04 for Help-gnu-emacs@gnu.org; Wed, 02 Mar 2005 14:24:32 -0500 Original-Received: from [63.150.171.249] (helo=elinkage.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1D6Z50-0005mz-R6 for Help-gnu-emacs@gnu.org; Wed, 02 Mar 2005 14:00:19 -0500 Original-Received: from [192.168.0.4] ([204.144.131.66]) (authenticated user elim@elinkage.net) by elinkage.net (Kerio MailServer 5.7.10) for Help-gnu-emacs@gnu.org; Wed, 2 Mar 2005 12:04:33 -0700 Original-Received: from 127.0.0.1 (AVG SMTP 7.0.300 [266.5.6]); Wed, 02 Mar 2005 12:00:42 -0700 Original-To: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: main.gmane.org gmane.emacs.help:24477 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24477 --=======AVGMAIL-42260D5A1957======= Content-Type: multipart/alternative; boundary="----=_NextPart_000_01DD_01C51F1F.750F4770" ------=_NextPart_000_01DD_01C51F1F.750F4770 Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: quoted-printable Hi List, Forgive me if my question is wrong to the list. I'm new to cygwin and = emacs. I installed cygwin with emacs on my thinkpad T22 + win2k as:=20 GNU Emacs 21.2.1 (i686-pc-cygwin, X toolkit) of 2004-03-22 on cm-test *** The 1st trouble was that it does not quit (c-x c-c not working).=20 After some search, I modified cygwin.bat as: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D @echo off E: chdir E:\cygwin\bin set CYGWIN=3Dtty notitle glob bash --login -i =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D The problem was gone (although i'm not so sure that's the proper=20 thing to do) *** The 2nd trouble was the delete key. According to the emacs=20 tutorial, this should be the backspace key in my case. But it=20 doesn't work. The problem remains the same on my Dell desktop=20 (same os, same cygwin+emacs). I figured that instead of backspace, =20 C-backspace works as in emacs tutorial. And so just need=20 to keep in mind that equals C-backspace for me (both thinkpad and dell worked that way) *** Now the 3rd trouble: cannot figure out what the key mapping=20 for M- although M-d works just fine (M=3Dalt in my case). Now i'm stuck at %30 part of the emacs tutorial and looking for=20 hints on M- key mapping.... I'm starting doubt about what i did: maybe there are some total solution for setting emacs on cygwin which makes emacs work just=20 like the emacs tutorial described? Cygwin is there for years and=20 many people should gone through this already.=20 So i'm looking for help here. And if you know all these about, please try letting cygwin newbies know too. Thanks! ------=_NextPart_000_01DD_01C51F1F.750F4770 Content-Type: text/html; charset=gb2312 Content-Transfer-Encoding: quoted-printable
Hi List,
 
Forgive me if my question is wrong to the list. I'm new to cygwin = and=20 emacs.
 
I installed cygwin with emacs on my thinkpad T22 + win2k  = as:=20
GNU Emacs 21.2.1 (i686-pc-cygwin, X toolkit)  of = 2004-03-22 on=20 cm-test
 
*** The 1st trouble was that it does not quit (c-x c-c not = working).
After some search, I modified cygwin.bat  as:
 
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D
@echo off
 
E:
chdir E:\cygwin\bin
set CYGWIN=3Dtty notitle glob
bash = --login=20 -i
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D
The problem was gone (although i'm not so sure that's the proper =
thing to do)
 
*** The 2nd trouble was the delete key. According to the emacs =
tutorial, this should be the backspace key in my case.  But it =
doesn't work. The problem remains the same on my Dell desktop =
(same os, same cygwin+emacs). I figured that instead of =20 backspace, 
C-backspace works as <Delete> in emacs tutorial. And so just = need=20
to keep in mind that <Delete> equals = C-backspace for me=20 (both
thinkpad and dell worked that way)
 
*** Now the 3rd trouble: cannot figure out what the key mapping =
for M-<Delete> although M-d works just fine (M=3Dalt in my = case).
 
Now i'm stuck at %30 part of the emacs tutorial and looking = for
hints on M-<Delete> key mapping....
 
I'm starting doubt about what i did: maybe there are some = total
solution for setting emacs on cygwin which makes emacs work just =
like the emacs tutorial described?  Cygwin is there for years = and=20
many people should gone through this already.
 
So i'm looking for help here. And if you know all these about, = please
try letting cygwin newbies know too.
 
Thanks!
 
------=_NextPart_000_01DD_01C51F1F.750F4770-- --=======AVGMAIL-42260D5A1957======= Content-Type: text/plain; x-avg=cert; charset=us-ascii Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Content-Description: "AVG certification" No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.300 / Virus Database: 266.5.6 - Release Date: 3/1/2005 --=======AVGMAIL-42260D5A1957======= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs --=======AVGMAIL-42260D5A1957=======--