bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-apl] Feature suggestion, declaration location information in symbol


From: Elias Mårtenson
Subject: [Bug-apl] Feature suggestion, declaration location information in symbols?
Date: Sun, 12 Jan 2014 14:10:00 +0800

Would it be possible to store information in a symbol about where the data in that symbol came from? My reason for this question is what the Emacs mode should do when being asked to edit a function.

Right now, I simply open up an anonymous buffer, let the user edit the function content in it, and once he presses C-c C-c the function definition is uploaded to the interpreter.

Now, if there was knowledge that a certain function had been defined from, say, foo.apl then the Emacs mode could open foo.apl and place the cursor on the right place in the file instead of opening an anonymous buffer.

Would this make sense?

Regards,
Elias

reply via email to

[Prev in Thread] Current Thread [Next in Thread]