unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Kaushal <kaushal.modi@gmail.com>
To: Werner LEMBERG <wl@gnu.org>
Cc: Paul Eggert <eggert@cs.ucla.edu>,
	Stefan Monnier <monnier@iro.umontreal.ca>,
	Emacs developers <emacs-devel@gnu.org>
Subject: Re: C-x 8 shorthands for ≤ and ≥
Date: Mon, 11 May 2015 15:41:57 -0400	[thread overview]
Message-ID: <CAFyQvY0eByNBgMm_Ug+t9FH3swy69UQxf-oFdrq5zjC86wbXZA@mail.gmail.com> (raw)
In-Reply-To: <20150511.202637.247460817.wl@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 2295 bytes --]

ag '>.*»' in lisp/ dir turned up with these:

international/iso-transl.el:135:    ("*>"   . [?»])
international/iso-transl.el:136:    (">"    . [?»])
leim/quail/cyrillic.el:1088: ("/>>" ?»)  ;; RIGHT-POINTING DOUBLE ANGLE
QUOTATION MARK
leim/quail/latin-ltx.el:710: ("\\frqq" ?\») ("\\\">" ?\»)
leim/quail/persian.el:455: ("\\>" ?\u00BB)     ;; (ucs-insert #x00BB)»
named:
leim/quail/greek.el:799: (">>" ?») ; #x00bb
leim/quail/greek.el:1283: (";>" ?»))
leim/quail/greek.el:1428: (">>" ?»))
leim/quail/latin-alt.el:134: (">>" ?»)
leim/quail/latin-alt.el:974: (">>" ?»)
leim/quail/latin-alt.el:1049: (">>" ?»)
leim/quail/latin-alt.el:1371: (">>" ?»)
leim/quail/latin-post.el:122: (">>" ?»)
leim/quail/latin-post.el:1049: (">>" ?»)
leim/quail/latin-post.el:1214: (">>" ?»)
leim/quail/latin-post.el:2118: (">>" ?\»)
leim/quail/latin-pre.el:136: ("~>" ?\»)
leim/quail/latin-pre.el:222: ("~>" ?\»)
leim/quail/latin-pre.el:303: ("~>" ?\»)
leim/quail/latin-pre.el:474: ("~>" ?\»)
leim/quail/latin-pre.el:824: ("~>" ?\»)
leim/quail/latin-pre.el:1158: ("~>" ?\»)
leim/quail/rfc1345.el:226: ("&>>" ?\»)
org/org-entities.el:258:    ("raquo" "\\guillemotright{}" nil "&raquo;"
">>" "»" "»")
textmodes/tex-mode.el:241:  :options '("''" "\">" "\"'" ">>" "»")
textmodes/tex-mode.el:585:      (regexp-opt `("''" "\">" "\"'" ">>" "»") t))


I see that even the ">>" binding is used up for » at many places.




--
Kaushal Modi

On Mon, May 11, 2015 at 2:26 PM, Werner LEMBERG <wl@gnu.org> wrote:

> >>>   ("_<" . [?≤])
> >>>   ("_>" . [?≥])
> >>> Can the bindings be changed to these:
> >>>   ("<=" . [?≤])
> >>>   (">=" . [?≥])
> >
> > FWIW, I agree.
>
> Me too.
>
> >> ">" is already bound to »
> >> "<" is already boudn to «
> >
> > ">>" and "<<" would seem to be better choices.
>
> Yep.  Additionally, this is already used in the latin-1 input method.
>
> > The shorter `C-x <' used so far made sense when we restricted C-x 8
> > to something like Latin-1, but if we want to extend coverage, I
> > don't think we can afford such short bindings.
>
> It probably makes sense to compare the bindings with other latin-X
> methods, probably finding some compromises where necessary.
>
>
>     Werner
>

[-- Attachment #2: Type: text/html, Size: 6622 bytes --]

      reply	other threads:[~2015-05-11 19:41 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-11 13:22 C-x 8 shorthands for ≤ and ≥ Kaushal
2015-05-11 13:29 ` Kaushal
2015-05-11 14:53   ` Stefan Monnier
2015-05-11 14:57     ` Kaushal
2015-05-11 15:08       ` Artur Malabarba
2015-05-11 15:24       ` Marcin Borkowski
2015-05-11 15:40       ` Yuri Khan
2015-05-11 15:46         ` Kaushal
2015-05-11 16:27         ` Artur Malabarba
2015-05-11 16:34           ` Rasmus
2015-05-11 16:54           ` Kaushal
2015-05-11 20:34           ` Marcin Borkowski
2015-05-11 22:13             ` Stefan Monnier
2015-05-11 22:33               ` C-x 8 shorthands for = and = Drew Adams
2015-05-12 14:14               ` C-x 8 shorthands for ≤ and ≥ Kaushal
2015-05-12 15:58                 ` Kaushal
2015-05-11 18:26     ` Werner LEMBERG
2015-05-11 19:41       ` Kaushal [this message]

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=CAFyQvY0eByNBgMm_Ug+t9FH3swy69UQxf-oFdrq5zjC86wbXZA@mail.gmail.com \
    --to=kaushal.modi@gmail.com \
    --cc=eggert@cs.ucla.edu \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    --cc=wl@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.
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).