From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Francesco Scaglioni Newsgroups: gmane.emacs.help Subject: buffer switch & copy not under X Date: Mon, 23 Dec 2002 13:04:18 +0000 (GMT) Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <20021223.130418.85407482.fgs@epulse.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1040648670 2029 80.91.224.249 (23 Dec 2002 13:04:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 23 Dec 2002 13:04:30 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18QSFx-0000WW-00 for ; Mon, 23 Dec 2002 14:04:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18QSEt-0007h2-04 for gnu-help-gnu-emacs@m.gmane.org; Mon, 23 Dec 2002 08:03:23 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18QSEK-0006og-00 for help-gnu-emacs@gnu.org; Mon, 23 Dec 2002 08:02:48 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18QSEB-0006Uf-00 for help-gnu-emacs@gnu.org; Mon, 23 Dec 2002 08:02:42 -0500 Original-Received: from mail5.nhs.uk ([194.72.23.242]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18QSE4-0006E9-00 for help-gnu-emacs@gnu.org; Mon, 23 Dec 2002 08:02:33 -0500 Original-Received: from hn-ext by mail5.nhs.uk (Sendmail 8.8.8) with esmtp id 18QSE0-000643-00; Mon, 23 Dec 2002 13:02:28 +0000 Original-Received: from relay.nhs.uk (194.62.42.142) by relayint1.nhs.uk (Syntegra-I1 6.5.016) id 3DD4AA960055E1CB for help-gnu-emacs@gnu.org; Mon, 23 Dec 2002 13:02:28 +0000 Original-Received: from localhost (194.155.32.233) by relay.nhs.uk (Syntegra-2 6.5.026) id 3DEFA7370044F9D5 for help-gnu-emacs@gnu.org; Mon, 23 Dec 2002 13:03:11 +0000 Original-To: help-gnu-emacs@gnu.org X-Mailer: Mew version 3.1 on Emacs 21.1 / Mule 5.0 (SAKAKI) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:4958 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:4958 Hello, I have two problems ;-{ 1] when running emacs under X the following in my ~/.emacs is self explanatory, yet when running emacs in an xterm (font reasons ) it doesn't work. ; Switch buffer with ctrl-tab (global-set-key [(ctrl tab)] 'bury-buffer) ; Ctrl-Tab switches buffers 2] under x the 'contents' of C-k, C-w and M-w are available to paste to other applications elsewhere via a middle mouse button ( I am using windowmaker on SuSE 8.0 ) - yet when running emacs within an xterm they are not. Does anyone have any suggestons ? and many thanks. Happy Christmas ( to those to whom it may be relevant ) Francesco