I was wondering, since Emacs knows the file name (or at least the buffer name) and line number it's sending a form from, and Clojure represents that as meta-data (I think), could C-x C-e send that along somehow wrapped in a form that sets these particular values for the form that was shipped over? Some kind of equivalent to #line and #file (form C/C++/Perl)?
Is that possible? Kyle On Sun, Dec 7, 2008 at 12:07 AM, Bill Clementson <[EMAIL PROTECTED]> wrote: > > On Fri, Dec 5, 2008 at 5:23 PM, Mon Key <[EMAIL PROTECTED]> wrote: >> >> Nice blog entry :) > > Thanks! :) > >> My setup tends to mirror yours esp. as I've culled most of it from >> your blog over the years... >> Most of my startup scripts are modified versions of those you've >> shared elsewhere. > > Glad you've found my posts useful. > > - Bill > > > > -- ------------------------------------------------------------------------------ [EMAIL PROTECTED] http://asymmetrical-view.com/ ------------------------------------------------------------------------------ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
