I\'m trying to adapt this defstruct example by adding the select- functions described in the book: Practical Common Lisp.I\'m running the code in Emacs using the Common Lisp package.The select-by-firs
In this StackOverFlow question, I created an employee database and provided a select-by-first function.How can I write a select-by-first-pattern where the record is returned if any part of the string/
What is a good way to evaluate the (+ 100 (+ 100 100)) part in (+ (+ 1 2) (+ 10开发者_如何转开发0 (+ 100 100)))
I would like to write a few Unix scripts in Emacs Lisp.However, there doesn\'t seem to be a clean way to write to STDOUT so I can redirect the results to a file or pipe the output to another command.T
On page 224 of Common Lisp: A Gentle Introduction to Symbolic Computation this example is given with the output.
Isn\'t there a function that returns the current file being interpreted?That is, if I call it in foo.el, it will return \"foo.el\"?The use case is in startup files.No, I don\'t want u开发者_开发问答se
I\'d like to change the window/frame size of my XEmacs based on the current display resolution. This is useful when I run my laptop either by开发者_运维知识库 itself or attached to a docking station
I\'m using a recent version of NTEmacs. I wrote a file named \".dir-locals.el\" like following. ((nil . ((tab-width . 8)
In emacs, the following will define a function that, when called interactively, will ask the user for a 开发者_运维知识库filename:
all. I was wondering if Emacs lisp had a built-in function for checking if a string is made entirely out of capitalized characters. Here is what I\'m using right now: