all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* converting a character to ascii value
@ 2008-04-09  4:51 Stuart Cracraft
  2008-04-09 12:09 ` Mike Mattie
  0 siblings, 1 reply; 3+ messages in thread
From: Stuart Cracraft @ 2008-04-09  4:51 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,

In GNU Emacs Lisp, I am having trouble
figuring out how to convert a character to
its equivalent ascii numeric value.

Anyone know where to point me at?

Thanks,

Stuart





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

* Re: converting a character to ascii value
  2008-04-09  4:51 Stuart Cracraft
@ 2008-04-09 12:09 ` Mike Mattie
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Mattie @ 2008-04-09 12:09 UTC (permalink / raw)
  To: help-gnu-emacs

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

On Tue, 08 Apr 2008 21:51:03 -0700
Stuart Cracraft <smcracraft@gmail.com> wrote:

> Hi,
> 
> In GNU Emacs Lisp, I am having trouble
> figuring out how to convert a character to
> its equivalent ascii numeric value.
> 
> Anyone know where to point me at?

Elisp Manual section 2.2.3 Character Type

it is an integer.

> Thanks,
> 
> Stuart
> 
> 
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: converting a character to ascii value
       [not found] <mailman.10192.1207740024.18990.help-gnu-emacs@gnu.org>
@ 2008-04-09 12:13 ` Jason Rumney
  0 siblings, 0 replies; 3+ messages in thread
From: Jason Rumney @ 2008-04-09 12:13 UTC (permalink / raw)
  To: help-gnu-emacs

On Apr 9, 5:51 am, Stuart Cracraft <smcracr...@gmail.com> wrote:

> In GNU Emacs Lisp, I am having trouble
> figuring out how to convert a character to
> its equivalent ascii numeric value.

For ASCII characters, they are their ASCII value.


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

end of thread, other threads:[~2008-04-09 12:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.10192.1207740024.18990.help-gnu-emacs@gnu.org>
2008-04-09 12:13 ` converting a character to ascii value Jason Rumney
2008-04-09  4:51 Stuart Cracraft
2008-04-09 12:09 ` Mike Mattie

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.