unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Oleksandr Gavenko <gavenkoa@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: cygwin -- getting *shell* to parse pipes & other unix cmd-line	stuff?
Date: Sun, 28 Oct 2012 20:56:29 +0200	[thread overview]
Message-ID: <87k3uabf36.fsf@gavenkoa.example.com> (raw)
In-Reply-To: 83r4oi8sec.fsf@gnu.org

On 2012-10-28, Eli Zaretskii wrote:

>> From: Oleksandr Gavenko <gavenkoa@gmail.com>
>> 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!




  reply	other threads:[~2012-10-28 18:56 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-03  4:39 cygwin -- getting *shell* to parse pipes & other unix cmd-line stuff? David Combs
2012-10-03 11:40 ` Doug Lewan
2012-10-03 17:07 ` Eli Zaretskii
2012-10-28 11:03   ` Oleksandr Gavenko
2012-10-28 16:37     ` Eli Zaretskii
2012-10-28 18:56       ` Oleksandr Gavenko [this message]
2012-10-28 19:28         ` Eli Zaretskii
     [not found] ` <mailman.10228.1349284104.855.help-gnu-emacs@gnu.org>
2012-10-12 21:11   ` David Combs
2012-10-12 21:47     ` David Combs
2012-10-13  7:02       ` Eli Zaretskii
2012-10-13  7:29     ` Eli Zaretskii
     [not found]     ` <mailman.10880.1350113364.855.help-gnu-emacs@gnu.org>
2012-10-13 14:18       ` David Combs
2012-10-13 15:34         ` Eli Zaretskii
     [not found] ` <mailman.10194.1349264371.855.help-gnu-emacs@gnu.org>
2012-10-12 21:16   ` David Combs

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87k3uabf36.fsf@gavenkoa.example.com \
    --to=gavenkoa@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).