Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Injected-Via-Gmane: http://gmane.org/ To: cygwin AT cygwin DOT com From: "Adam Griffiths" Subject: C-M combination in cygwin + rxvt + bash + emacs Date: Fri, 23 May 2003 02:22:15 +0100 Lines: 31 Message-ID: X-Complaints-To: usenet AT main DOT gmane DOT org X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Hi I can't seem to use C-M commands (control + meta, or, control + alt on my keyboard) in emacs via rxvt + bash. And I'd really appreciate some help or sugestions. I'd like to do, among other things, C-M-p to execute "dired-prev-subdir" in emacs but nothing happens. I realise that many people ask many questions about key mapping/bindings for emacs and it's various incarnations. I have solved some of my key problems trawling the web, for example I have HOME and END working in rxvt now, however I'm completely stumped with my emacs. HOME and END also do not do not do C-a and C-p as expected, they produce "~". I added the following to my .emacs: (global-set-key [end] 'end-of-line) (global-set-key [home] 'beginning-of-line) but this did not correct the problem. So I'm very confused. are there any know problems with a cygwin / bash / rxvt / emacs combination? Finally: If I use a cmd / bash / emacs combination my HOME and END keys work but the C-M-p still doesn't, and it is that which I would really like! any help, tips or suggestions would be greatly appreciated. Adam -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/