From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alberto Luaces Newsgroups: gmane.emacs.help Subject: Re: Copying Regions and terminal mode theme Date: Mon, 29 Mar 2010 10:39:22 +0200 Message-ID: <87tyrzplmt.fsf@eps142.cdf.udc.es> References: <11b141711003290125ia661ed9ndb983347a00ed821@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1269852014 23074 80.91.229.12 (29 Mar 2010 08:40:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 29 Mar 2010 08:40:14 +0000 (UTC) To: emacs list Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 29 10:40:10 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NwAW1-0002Pe-Ll for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Mar 2010 10:40:09 +0200 Original-Received: from localhost ([127.0.0.1]:53154 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NwAVy-0003Zl-Gu for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Mar 2010 04:40:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NwAVX-0003Wo-G0 for help-gnu-emacs@gnu.org; Mon, 29 Mar 2010 04:39:39 -0400 Original-Received: from [140.186.70.92] (port=47981 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NwAVR-0003T4-Q0 for help-gnu-emacs@gnu.org; Mon, 29 Mar 2010 04:39:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NwAVQ-0003SE-DB for help-gnu-emacs@gnu.org; Mon, 29 Mar 2010 04:39:33 -0400 Original-Received: from smtpout1.correo.udc.es ([193.147.40.143]:35660) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NwAVQ-0003RI-7Q for help-gnu-emacs@gnu.org; Mon, 29 Mar 2010 04:39:32 -0400 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by smtpout1.correo.udc.es (Postfix) with ESMTP id 9F57362B6B4 for ; Mon, 29 Mar 2010 10:40:11 +0200 (CEST) X-Virus-Scanned: amavisd-new at smtpout1.correo.udc.es Original-Received: from smtpout1.correo.udc.es ([127.0.0.1]) by localhost (smtpout1.correo.udc.es [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rr8s5aGEartI for ; Mon, 29 Mar 2010 10:40:06 +0200 (CEST) Original-Received: from eps142 (eps142.cdf.udc.es [193.144.52.142]) by smtpout1.correo.udc.es (Postfix) with ESMTP id C4D0D62B658 for ; Mon, 29 Mar 2010 10:40:06 +0200 (CEST) In-Reply-To: <11b141711003290125ia661ed9ndb983347a00ed821@mail.gmail.com> (Paulo J. Matos's message of "Mon, 29 Mar 2010 09:25:37 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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 Xref: news.gmane.org gmane.emacs.help:72532 Archived-At: "Paulo J. Matos" writes: > Is there a keybinding for the M-x copy-region-as-kill. In general, is > there a way to see if there is any keybinding attached to a function. If a keybinding is available, Emacs will warn you about it when using that function. In your case, the help for copy-region-as-kill (C-h f or describe-function) says that its keybinding was given to kill-ring-save, a bit more powerful function that can be activated with M-w by default. > When I open emacs in the GUI, if I don't set a theme it comes with a > white background etc (default theme). However, if I open it in a > terminal it comes with a black background and quite awesome colours. > How can I set the black background and the colour scheme also for gui > use? Dunno. -- Alberto