unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Mention t-mouse in frames.texi
@ 2006-06-23 23:15 Nick Roberts
  2006-06-24  5:29 ` David Kastrup
  2006-06-24 23:23 ` Richard Stallman
  0 siblings, 2 replies; 5+ messages in thread
From: Nick Roberts @ 2006-06-23 23:15 UTC (permalink / raw



I think it's worth mentioning t-mouse.  If the "Linux console" should
be called a "GNU/Linux console", I'll make that change also.  I don't
want to debate it.

-- 
Nick                                           http://www.inet.net.nz/~nickrob


*** frames.texi	23 May 2006 09:23:35 +1200	1.106
--- frames.texi	24 Jun 2006 11:08:33 +1200	
*************** and use @kbd{M-x select-frame-by-name @k
*** 1035,1055 ****
  to select a frame according to its name.  The name you specify appears
  in the mode line when the frame is selected.
  
! @node XTerm Mouse
  @section Using a Mouse in Terminal Emulators
! @cindex xterm, mouse support
  @cindex terminal emulators, mouse support
  
!   Some terminal emulators under X support mouse clicks in the terminal
! window.  In a terminal emulator which is compatible with @code{xterm},
  you can use @kbd{M-x xterm-mouse-mode} to give Emacs control over
  simple use of the mouse---basically, only non-modified single clicks
  are supported.  The normal @code{xterm} mouse functionality for such
  clicks is still available by holding down the @kbd{SHIFT} key when you
! press the mouse button.
  
!   Xterm Mouse mode is a global minor mode (@pxref{Minor Modes}).
! Repeating the command turns the mode off again.
  
  @ignore
     arch-tag: 7dcf3a31-a43b-45d4-a900-445b10d77e49
--- 1035,1059 ----
  to select a frame according to its name.  The name you specify appears
  in the mode line when the frame is selected.
  
! @node Mouse Support in Text Terminals
  @section Using a Mouse in Terminal Emulators
! @cindex mouse support
  @cindex terminal emulators, mouse support
  
! Some terminal emulators support mouse clicks in the terminal window.
! 
! @cindex xterm
! In a terminal emulator which is compatible with @code{xterm},
  you can use @kbd{M-x xterm-mouse-mode} to give Emacs control over
  simple use of the mouse---basically, only non-modified single clicks
  are supported.  The normal @code{xterm} mouse functionality for such
  clicks is still available by holding down the @kbd{SHIFT} key when you
! press the mouse button.  Xterm Mouse mode is a global minor mode
! (@pxref{Minor Modes}).  Repeating the command turns the mode off
! again.
  
! In a Linux console, you can use @kbd{M-x t-mouse-mode}.  This requires
! that the package gpm is installed on your system to provide a server.
  
  @ignore
     arch-tag: 7dcf3a31-a43b-45d4-a900-445b10d77e49

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Mention t-mouse in frames.texi
  2006-06-23 23:15 Mention t-mouse in frames.texi Nick Roberts
@ 2006-06-24  5:29 ` David Kastrup
  2006-06-24 23:23   ` Richard Stallman
  2006-06-24 23:23 ` Richard Stallman
  1 sibling, 1 reply; 5+ messages in thread
From: David Kastrup @ 2006-06-24  5:29 UTC (permalink / raw
  Cc: emacs-devel

Nick Roberts <nickrob@snap.net.nz> writes:

> I think it's worth mentioning t-mouse.  If the "Linux console"
> should be called a "GNU/Linux console", I'll make that change also.
> I don't want to debate it.

The console is actually a pure kernel feature and has nothing to do
with GNU but I remember disagreeing with Richard about the appropriate
wording in such a case before.  Is this feature actually exclusive to
Linux?  If not, I'd just write "text console" instead.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Mention t-mouse in frames.texi
  2006-06-23 23:15 Mention t-mouse in frames.texi Nick Roberts
  2006-06-24  5:29 ` David Kastrup
@ 2006-06-24 23:23 ` Richard Stallman
  2006-06-25  0:46   ` Nick Roberts
  1 sibling, 1 reply; 5+ messages in thread
From: Richard Stallman @ 2006-06-24 23:23 UTC (permalink / raw
  Cc: emacs-devel

The change is basically a good idea except for two problems:

    ! @node Mouse Support in Text Terminals

That is too long for a node name.  Please reduce it to two words.
Perhaps Text Mouse.

    ! In a Linux console, you can use @kbd{M-x t-mouse-mode}.  This requires
    ! that the package gpm is installed on your system to provide a server.

That's a strained construction, so please use this:

    In the console on GNU/Linux, you can use @kbd{M-x t-mouse-mode}.
    You need to install the gpm package on your system in order for
    this to work.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Mention t-mouse in frames.texi
  2006-06-24  5:29 ` David Kastrup
@ 2006-06-24 23:23   ` Richard Stallman
  0 siblings, 0 replies; 5+ messages in thread
From: Richard Stallman @ 2006-06-24 23:23 UTC (permalink / raw
  Cc: nickrob, emacs-devel

The console is implemented inside Linux, and it is the console of the
GNU/Linux system.  So either "Linux console" and "GNU/Linux console"
can be justified.  It's a matter of preference.

Our preference is to choose language that indicates that the system
isn't Linux.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Mention t-mouse in frames.texi
  2006-06-24 23:23 ` Richard Stallman
@ 2006-06-25  0:46   ` Nick Roberts
  0 siblings, 0 replies; 5+ messages in thread
From: Nick Roberts @ 2006-06-25  0:46 UTC (permalink / raw
  Cc: emacs-devel

 > The change is basically a good idea except for two problems:
 > 
 >     ! @node Mouse Support in Text Terminals
 > 
 > That is too long for a node name.  Please reduce it to two words.
 > Perhaps Text Mouse.

I've used Text-Only Mouse.

 >     ! In a Linux console, you can use @kbd{M-x t-mouse-mode}.  This requires
 >     ! that the package gpm is installed on your system to provide a server.
 > 
 > That's a strained construction, so please use this:
 > 
 >     In the console on GNU/Linux, you can use @kbd{M-x t-mouse-mode}.
 >     You need to install the gpm package on your system in order for
 >     this to work.

OK.  I like this as it should keep everyone happy.

-- 
Nick                                           http://www.inet.net.nz/~nickrob

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-06-25  0:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-23 23:15 Mention t-mouse in frames.texi Nick Roberts
2006-06-24  5:29 ` David Kastrup
2006-06-24 23:23   ` Richard Stallman
2006-06-24 23:23 ` Richard Stallman
2006-06-25  0:46   ` Nick Roberts

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).