From ... From: Erik Naggum Subject: Re: another of those newbie question from a well known person Date: 1999/12/06 Message-ID: <3153489788165493@naggum.no>#1/1 X-Deja-AN: 557329311 References: <3849C245.ABC6E730@fisec.com> mail-copies-to: never Content-Type: text/plain; charset=us-ascii X-Complaints-To: newsmaster@eunet.no X-Trace: oslo-nntp.eunet.no 944500988 7440 195.0.192.66 (6 Dec 1999 17:23:08 GMT) Organization: Naggum Software; +47 8800 8879 or +1 510 435 8604; fax: +47 2210 9077; http://www.naggum.no User-Agent: Gnus/5.070099 (Pterodactyl Gnus v0.99) Emacs/20.4.93 Mime-Version: 1.0 NNTP-Posting-Date: 6 Dec 1999 17:23:08 GMT Newsgroups: comp.lang.lisp * "Janos Blazi" | Such a macro would make my code much more readable. But I did not express | exactly what I was going to do: I wanted to write a macro WITHOUT ANY | PARAMETERS like in C | | #define v (subseq g 3) | | Is this possible? yes, using symbol macros. (it not smart to use them this way.) #:Erik