[Issue 3481] PATCH: opPow(), x ^^ y as a power operator
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Nov 30 14:01:13 PST 2009
http://d.puremagic.com/issues/show_bug.cgi?id=3481
Leandro Lucarella <llucax at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |llucax at gmail.com
--- Comment #11 from Leandro Lucarella <llucax at gmail.com> 2009-11-30 14:01:10 PST ---
(In reply to comment #10)
> (In reply to comment #4)
> > I'm sorry to bring the bike shed discussion here, but I would like to consider
> > ** exponentiation. The reason is that writing ^^ for people with keyboards with
> > "dead keys" (to write accents for example) is very hard, because you have to
> > write "^" like this: shift+6 space (3 keystrokes), or even worse (unless you
> > use Emacs ;): shift+alt_gr+6.
>
> If remeber it correctly, you don't have to type space in this case, just hit
> shift+6 two times. Yes, the first hit will be the dead key hit, but the second
> will yield ^^ at once.
Not with my keyboard configuration, I can hit Shift+6 twice, but that yields
only one ^, so I have to press Shift+6 four times to get ^^ :)
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list