all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Using calculator for switching from decimal to hexadecimal
@ 2006-03-31  8:38 Ismael Valladolid Torres
  0 siblings, 0 replies; 7+ messages in thread
From: Ismael Valladolid Torres @ 2006-03-31  8:38 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 403 bytes --]

Can I use the emacs calculator to switch from a decimal *big* value to
its hexadecimal value and vice versa?

I press H, enter 102BC09F, press D and get 2867359 which is simply
2BC09F, can I override this range limit?

Cordially, Ismael
-- 
=?iso-8859-1?Q?seguridad_para_su_piscina_particular_para_los_ni=F1os?=

  http://lamediahostia.blogspot.com/
  http://www.flickr.com/photos/ivalladt/

[-- Attachment #1.2: Type: application/pgp-signature, Size: 188 bytes --]

[-- Attachment #2: Type: text/plain, Size: 152 bytes --]

_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

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

* Re: Using calculator for switching from decimal to hexadecimal
       [not found] <mailman.214.1143794302.2481.help-gnu-emacs@gnu.org>
@ 2006-03-31  8:43 ` David Kastrup
  2006-03-31 10:30   ` Ismael Valladolid Torres
       [not found]   ` <mailman.217.1143801015.2481.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 7+ messages in thread
From: David Kastrup @ 2006-03-31  8:43 UTC (permalink / raw)


Ismael Valladolid Torres <ivalladolidt@terra.es> writes:

> Can I use the emacs calculator to switch from a decimal *big* value to
> its hexadecimal value and vice versa?
>
> I press H, enter 102BC09F, press D and get 2867359 which is simply
> 2BC09F, can I override this range limit?

You could use Emacs calc.

C-x * q 16#102bc09f RET C-y

271302815

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum

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

* Re: Using calculator for switching from decimal to hexadecimal
  2006-03-31  8:43 ` Using calculator for switching from decimal to hexadecimal David Kastrup
@ 2006-03-31 10:30   ` Ismael Valladolid Torres
       [not found]   ` <mailman.217.1143801015.2481.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 7+ messages in thread
From: Ismael Valladolid Torres @ 2006-03-31 10:30 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 628 bytes --]

David Kastrup escribe:
> Ismael Valladolid Torres <ivalladolidt@terra.es> writes:
> 
> > Can I use the emacs calculator to switch from a decimal *big* value to
> > its hexadecimal value and vice versa?
> >
> > I press H, enter 102BC09F, press D and get 2867359 which is simply
> > 2BC09F, can I override this range limit?
> 
> You could use Emacs calc.
> 
> C-x * q 16#102bc09f RET C-y
> 
> 271302815
> 

C-x * is undefined here (NT Emacs 21.3.1), which major mode is needed?

Cordially, Ismael
-- 
exaltation microprocessor

  http://lamediahostia.blogspot.com/
  http://www.flickr.com/photos/ivalladt/

[-- Attachment #1.2: Type: application/pgp-signature, Size: 188 bytes --]

[-- Attachment #2: Type: text/plain, Size: 152 bytes --]

_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

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

* Re: Using calculator for switching from decimal to hexadecimal
       [not found]   ` <mailman.217.1143801015.2481.help-gnu-emacs@gnu.org>
@ 2006-03-31 10:57     ` David Kastrup
  2006-03-31 12:02       ` Ismael Valladolid Torres
       [not found]       ` <mailman.225.1143806557.2481.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 7+ messages in thread
From: David Kastrup @ 2006-03-31 10:57 UTC (permalink / raw)


Ismael Valladolid Torres <ivalladolidt@terra.es> writes:

> David Kastrup escribe:
>> Ismael Valladolid Torres <ivalladolidt@terra.es> writes:
>> 
>> > Can I use the emacs calculator to switch from a decimal *big* value to
>> > its hexadecimal value and vice versa?
>> >
>> > I press H, enter 102BC09F, press D and get 2867359 which is simply
>> > 2BC09F, can I override this range limit?
>> 
>> You could use Emacs calc.
>> 
>> C-x * q 16#102bc09f RET C-y
>> 
>> 271302815
>> 
>
> C-x * is undefined here (NT Emacs 21.3.1), which major mode is needed?

I had been assuming that you were using a developer version of Emacs
(like that from <URL:ftp://alpha.gnu.org/pub/gnu/auctex>) since I did
not realize that Emacs 21.3 already came with some sort of calculator.

My personal recommendation would be to give the CVS Emacs a try: this
is bound to be less painful than fetching the last released version of
Emacs calc, patching it up in order to work with Emacs 21 (as
described in the PROBLEMS file) and ignoring the remaining issues
fixed since then.

I think that this would be the least painful way to get high precision
arithmetic in Emacs.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum

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

* Re: Using calculator for switching from decimal to hexadecimal
  2006-03-31 10:57     ` David Kastrup
@ 2006-03-31 12:02       ` Ismael Valladolid Torres
       [not found]       ` <mailman.225.1143806557.2481.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 7+ messages in thread
From: Ismael Valladolid Torres @ 2006-03-31 12:02 UTC (permalink / raw)


David Kastrup escribe:
> My personal recommendation would be to give the CVS Emacs a try: this
> is bound to be less painful than fetching the last released version of
> Emacs calc, patching it up in order to work with Emacs 21 (as
> described in the PROBLEMS file) and ignoring the remaining issues
> fixed since then.

Why not! But it's kind of a painful procedure to set up a compiling
environment on Windows I guess...

> I think that this would be the least painful way to get high precision
> arithmetic in Emacs.
> 

Well I wasn't needing high precision arithmetic, either. :)

Cordially, Ismael
-- 
Notification: Loww ratess

  http://lamediahostia.blogspot.com/
  http://www.flickr.com/photos/ivalladt/

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

* Re: Using calculator for switching from decimal to hexadecimal
       [not found]       ` <mailman.225.1143806557.2481.help-gnu-emacs@gnu.org>
@ 2006-04-04 11:54         ` David Kastrup
  2006-04-04 16:01           ` Ismael Valladolid Torres
  0 siblings, 1 reply; 7+ messages in thread
From: David Kastrup @ 2006-04-04 11:54 UTC (permalink / raw)


Ismael Valladolid Torres <ivalladolidt@terra.es> writes:

> David Kastrup escribe:
>> My personal recommendation would be to give the CVS Emacs a try:
>> this is bound to be less painful than fetching the last released
>> version of Emacs calc, patching it up in order to work with Emacs
>> 21 (as described in the PROBLEMS file) and ignoring the remaining
>> issues fixed since then.
>
> Why not! But it's kind of a painful procedure to set up a compiling
> environment on Windows I guess...

Then get a different Windows distribution from a different vendor.
There is no reason why a proper operating system distribution worth
its salt should not include gcc and Emacs in a reasonably usable
state.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum

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

* Re: Using calculator for switching from decimal to hexadecimal
  2006-04-04 11:54         ` David Kastrup
@ 2006-04-04 16:01           ` Ismael Valladolid Torres
  0 siblings, 0 replies; 7+ messages in thread
From: Ismael Valladolid Torres @ 2006-04-04 16:01 UTC (permalink / raw)


David Kastrup escribe:
> Ismael Valladolid Torres <ivalladolidt@terra.es> writes:
> 
> > David Kastrup escribe:
> >> My personal recommendation would be to give the CVS Emacs a try:
> >> this is bound to be less painful than fetching the last released
> >> version of Emacs calc, patching it up in order to work with Emacs
> >> 21 (as described in the PROBLEMS file) and ignoring the remaining
> >> issues fixed since then.
> >
> > Why not! But it's kind of a painful procedure to set up a compiling
> > environment on Windows I guess...
> 
> Then get a different Windows distribution from a different vendor.

You're sooooo, soooooo..! xD

> There is no reason why a proper operating system distribution worth
> its salt should not include gcc and Emacs in a reasonably usable
> state.
> 

Indeed I tend to agree on this.

Cordially, Ismael
-- 
All products for your health!

  http://lamediahostia.blogspot.com/
  http://www.flickr.com/photos/ivalladt/

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

end of thread, other threads:[~2006-04-04 16:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.214.1143794302.2481.help-gnu-emacs@gnu.org>
2006-03-31  8:43 ` Using calculator for switching from decimal to hexadecimal David Kastrup
2006-03-31 10:30   ` Ismael Valladolid Torres
     [not found]   ` <mailman.217.1143801015.2481.help-gnu-emacs@gnu.org>
2006-03-31 10:57     ` David Kastrup
2006-03-31 12:02       ` Ismael Valladolid Torres
     [not found]       ` <mailman.225.1143806557.2481.help-gnu-emacs@gnu.org>
2006-04-04 11:54         ` David Kastrup
2006-04-04 16:01           ` Ismael Valladolid Torres
2006-03-31  8:38 Ismael Valladolid Torres

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.