First  |  Prev |  Next  |  Last
Pages: 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
Can elisp call C functions without recompilation of emacs?
In 1996, Stephen Eglin asked the following question which was never answered but is of interest to people in C , Lisp and users of Emacs : http://groups.google.com/group/gnu.emacs.help/browse_thread/thread/a89c2d3ddd89768d/a2368ff6f5ea1b7b?q=%22Writing+Emacs+Primitives%22 Newsgroups: comp.emacs, gnu.emacs.help ... 28 Jun 2010 01:56
Programmatically adding a slot to a class
For those with more MOP experience than I, what's the easiest way to programmatically add a slot to an existing class? -- Scott ... 3 Jul 2010 15:40
A link to a collection of tutorials on LISP.
nanothermite911fbibustards <nanothermite911fbibustards(a)gmail.com> wrote: That guys intention is not to spread tutorial, but its a commercial. I clarified its true nature. Fair enough. Your ilk has special skill in turning white into black and vice-versa. Assuming much there, aren't you? I think you'... 28 Jun 2010 12:48
Package Query
Hello, I've run into a hard symbol resolution problem concerning packages and I would request some help in solving it. Let me describe the situation. I have two packages: X and Y. Y uses X and X exports a subset of its symbols. X exports a macro Z which Y uses to create a function sZ in Y. sZ uses symbo... 29 Jun 2010 04:09
A link to a collection of tutorials on LISP.
Collection of Tutorials on lisp. Tutorials: http://www.dataminingtools.net/browsetutorials.php?tag=lisp ... 27 Jun 2010 10:37
math symbols in unicode collection
• Math Symbols in Unicode http://xahlee.org/comp/unicode_math_operators.html plain text version follows. The html version is much better because the symbols are enlarged with css. And with working links. --------------------------------------- Math Symbols in Unicode Xah Lee, 2010-06-26 This page collects math ... 29 Jun 2010 06:21
FlateDecode, ASCIIHexDecode, ASCII85Decode, and LZWDecode streams
On Jun 24, 12:53 am, bugbear <bugbear(a)trim_papermule.co.uk_trim> wrote: Fren Zeee wrote: Dear All, I have been playing for a while with files that have small bits of FlateDecode, ASCIIHexDecode, ASCII85Decode, and LZWDecode streams. My familiarity with these compression methods is limited to ... 26 Jun 2010 20:39
make a hash table (or array) be in strictly ascending order?
Suppose I have a hash table {#\a =>1 #\b => 2 #\c => 3 #\e =>5} (perl notation, for lack of anything better) where element #\d has been removed by a previous operation. I would like to force that hash table to be in strict ascending order (#\a #\b #\c #\d) as opposed to (#\a #\b #\c #\e) (with element #\e having mo... 27 Jun 2010 12:48
USOCKET::%SETUP-WAIT-LIST is undefined.
Hi. When I try to start hunchentoot with: "(hunchentoot:start (make-instance 'hunchentoot:acceptor :port 8000))" I get: "The function USOCKET::%SETUP-WAIT-LIST is undefined." ? I use emacs/slime/sbcl on windows. ... 26 Jun 2010 09:43
folders list
How to go through a folder and collect all subfolder names as strings into a list ? Thanks ... 25 Jun 2010 19:45
First  |  Prev |  Next  |  Last
Pages: 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26