From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Oleksandr Gavenko Newsgroups: gmane.emacs.help Subject: Re: cygwin -- getting *shell* to parse pipes & other unix cmd-line stuff? Date: Sun, 28 Oct 2012 20:56:29 +0200 Organization: Oleksandr Gavenko , http://gavenkoa.users.sf.net Message-ID: <87k3uabf36.fsf@gavenkoa.example.com> References: <83fw5va3hj.fsf@gnu.org> <87390ydfjp.fsf@gavenkoa.example.com> <83r4oi8sec.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1351450613 13179 80.91.229.3 (28 Oct 2012 18:56:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 28 Oct 2012 18:56:53 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 28 19:57:02 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TSY2d-0007yP-RJ for geh-help-gnu-emacs@m.gmane.org; Sun, 28 Oct 2012 19:56:59 +0100 Original-Received: from localhost ([::1]:53546 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSY2V-00015L-Sd for geh-help-gnu-emacs@m.gmane.org; Sun, 28 Oct 2012 14:56:51 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:40911) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSY2Q-00015E-M1 for help-gnu-emacs@gnu.org; Sun, 28 Oct 2012 14:56:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TSY2P-0006ir-Gx for help-gnu-emacs@gnu.org; Sun, 28 Oct 2012 14:56:46 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:45818) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSY2P-0006ig-A3 for help-gnu-emacs@gnu.org; Sun, 28 Oct 2012 14:56:45 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TSY2U-0007nm-2f for help-gnu-emacs@gnu.org; Sun, 28 Oct 2012 19:56:50 +0100 Original-Received: from 37.229.16.202 ([37.229.16.202]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 28 Oct 2012 19:56:50 +0100 Original-Received: from gavenkoa by 37.229.16.202 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 28 Oct 2012 19:56:50 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 88 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 37.229.16.202 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) Cancel-Lock: sha1:WywmQ6g+OeIbKX00ko7T53UKfv4= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:87471 Archived-At: On 2012-10-28, Eli Zaretskii wrote: >> From: Oleksandr Gavenko >> Date: Sun, 28 Oct 2012 13:03:38 +0200 >> >> On 2012-10-03, Eli Zaretskii wrote: >> >> > Right-click the title bar of the cmd window and select Edit->Paste. >> > That's it! >> >> I recommend instead use mintty from Cygwin (which replacement for rxvt and >> standard Cygwin terminal emulator). >> >> It allow paste by Shift+Inc and copy by mouse selection (whole line for >> double click). > > So does the cmd window, if you set the QuickEdit option. (Well, no > Shift-Insert is supported, but right-clicking the mouse to paste is no > less convenient.) > Ok. But most useful things from mintty is custom fonts and switchable background colour (I definitely like black on white)... Anyone can get another goodies, just read: http://code.google.com/p/mintty/ Xterm-compatible terminal emulation Comprehensive character encoding support, including UTF-8 256 colours My ~/.minttyrc: ; -*- mode: conf -*- ForegroundColour=0,0,0 BackgroundColour=255,255,255 CursorColour=165,42,42 ; Block, Underscore, Line. CursorType=Block CursorBlinks=yes ; Off, Low, Medium, High, Glass (>= Vista only). Transparency=Low OpaqueWhenFocused=yes ; 'Lucida Console' and 'Courier New' are the best fixed width font under Windows. Font=Courier New BoldAsFont=yes FontHeight=10 AllowBlinking=no FontSmoothing=None BackspaceSendsBS=no ; Enable Ctrl+Ins and Shift+Ins. ClipShortcuts=yes ; Disable Windows Alt+Space and Alt+Enter shortcuts. WindowShortcuts=no ; Disable Ctrl+TAB and Ctrl+Shift+TAB shortcuts for use in screen(1). SwitchShortcuts=no ; Enable font zooming shortcuts Ctrl+plus/minus/zero. ZoomShortcuts=yes ; Shift, Ctrl, Alt, Off. ScrollMod=Shift CopyAsRTF=yes ; Use mouse copy on select like in X window. CopyOnSelect=yes ClicksPlaceCursor=no RightClickAction=menu BellSound=no Term=xterm-256color Answerback= Columns=120 Rows=40 Scrollbar=right ScrollbackLines=10000 ConfirmExit=yes -- Best regards!