From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Paulo J. Matos" Newsgroups: gmane.emacs.help Subject: Copying Regions and terminal mode theme Date: Mon, 29 Mar 2010 09:25:37 +0100 Message-ID: <11b141711003290125ia661ed9ndb983347a00ed821@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1269851210 20297 80.91.229.12 (29 Mar 2010 08:26:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 29 Mar 2010 08:26:50 +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:26:46 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 1NwAJ1-0002i7-B0 for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Mar 2010 10:26:43 +0200 Original-Received: from localhost ([127.0.0.1]:49704 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NwAJ0-0005mK-LZ for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Mar 2010 04:26:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NwAIY-0005mE-4s for help-gnu-emacs@gnu.org; Mon, 29 Mar 2010 04:26:14 -0400 Original-Received: from [140.186.70.92] (port=51328 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NwAIR-0005ji-RE for help-gnu-emacs@gnu.org; Mon, 29 Mar 2010 04:26:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NwAIM-0000iY-DM for help-gnu-emacs@gnu.org; Mon, 29 Mar 2010 04:26:07 -0400 Original-Received: from mail-wy0-f169.google.com ([74.125.82.169]:41364) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NwAIM-0000i0-95 for help-gnu-emacs@gnu.org; Mon, 29 Mar 2010 04:26:02 -0400 Original-Received: by wyf22 with SMTP id 22so5011428wyf.0 for ; Mon, 29 Mar 2010 01:25:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:received :message-id:subject:to:content-type; bh=b5sfaLAQRLkCd1Ei6L3DlPoHxj/qql4DyRBF3X3+wAc=; b=Phs7AKNQP3HZ9//svIrO8rLo9R2vOFlEkPK562191gI9MEVVk1Hws2cAAeavDeRaJZ +FrNvbHG1SwbcFshOtE1ZwxhQaqByYDmCT8OfOk03iDTMvsLY71L2p5XAii7RamH03hF /CZQdKy+c+X6B1oGkHtigWbWoMOd3J5ey1Ryk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=SzmaS5Y5KZo9KeYr1v7FQgDzh3BZKJtH18J2U+2ZZ0zda1xPPcMS2fHHiRYyiiDJ7h p8e1dtiVIlxVyAAOvvORSc5Ul+isEWtuPtF2v6jDpK2SaEhrGckL+3i93zfbaG20HZPn ADaYwWFYguCZSpiT7N5v8PwYr2RDz66soq3CM= Original-Received: by 10.216.44.202 with HTTP; Mon, 29 Mar 2010 01:25:37 -0700 (PDT) Original-Received: by 10.216.88.71 with SMTP id z49mr2926429wee.90.1269851157784; Mon, 29 Mar 2010 01:25:57 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:72531 Archived-At: Hi all, I have been doing something quite annoying because I didn't manage to find any keybinding for it. I work at the terminal usually. So, I do C- to mark a region, M-x copy-region-as-kill to copy and C-y to paste (yank). 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. 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? Cheers, -- PMatos