unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* C-x 8 shorthands for ≤ and ≥
@ 2015-05-11 13:22 Kaushal
  2015-05-11 13:29 ` Kaushal
  0 siblings, 1 reply; 18+ messages in thread
From: Kaushal @ 2015-05-11 13:22 UTC (permalink / raw)
  To: eggert; +Cc: emacs-devel

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

Hi Paul,

Added bindings for some of the frequently used unicode chars was a small
but welcome udpate (referrring to this commit:
http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=4b41540b424468aeca87b9b47ffda2be25c5dac4
)

I simply wanted to comment on these bindings:

("_<" . [?≤])
("_>" . [?≥])

Can the bindings be changed to these:

("<=" . [?≤])
(">=" . [?≥])


The reason is that we use ≤ when implementing "LESS than or EQUAL to (<=)"
comparision and ≥ when implementing "GREATER than or EQUAL to (>=)"
comparision.

So "<=" will probably be more intuitive than "_<" and same applies for ">="
and "_>".

I can of course create my own binding to do that and the bindings you have
are not difficult to remember.

But I thought of mentioning this as it's early enough to change the
bindings if you and others agree with my reasoning.

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

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

end of thread, other threads:[~2015-05-12 15:58 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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

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