all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Hash tables - how to look up values?
@ 2012-07-04 13:48 Thorsten Jolitz
  2012-07-04 14:09 ` Teemu Likonen
  2012-07-04 14:09 ` Bastien
  0 siblings, 2 replies; 6+ messages in thread
From: Thorsten Jolitz @ 2012-07-04 13:48 UTC (permalink / raw)
  To: help-gnu-emacs


Hi List, 
I would need a function that does the opposite of 

,--------------------
| (gethash key table)
`--------------------

i.e. something like 

,-------------------
| (getkey val table)
`-------------------

that returns the corresponding key of a known (string) value in a hash
table (similar to 'rassoc' for alists). 

I could not find such a function - does it exist already?

-- 
cheers,
Thorsten





^ permalink raw reply	[flat|nested] 6+ messages in thread
[parent not found: <mailman.4023.1341409554.855.help-gnu-emacs@gnu.org>]

end of thread, other threads:[~2012-07-04 14:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-04 13:48 Hash tables - how to look up values? Thorsten Jolitz
2012-07-04 14:09 ` Teemu Likonen
2012-07-04 14:09 ` Bastien
2012-07-04 14:31   ` Thorsten Jolitz
     [not found] <mailman.4023.1341409554.855.help-gnu-emacs@gnu.org>
2012-07-04 13:59 ` Pascal J. Bourguignon
2012-07-04 14:21   ` Thorsten Jolitz

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.