Jambunathan K writes:
> Jambunathan K writes:
>
>> For all practical purposes, I find this be sufficient.
>>
>> (global-set-key (kbd "C-c f")
>> (lambda ()
>>(interactive)
>>(require 'finder)
>>(let ((thing (intern (thing-at-point 'sym
Jambunathan K writes:
> For all practical purposes, I find this be sufficient.
>
> (global-set-key (kbd "C-c f")
> (lambda ()
> (interactive)
> (require 'finder)
> (let ((thing (intern (thing-at-point 'symbol
> (i
For all practical purposes, I find this be sufficient.
(global-set-key (kbd "C-c f")
(lambda ()
(interactive)
(require 'finder)
(let ((thing (intern (thing-at-point 'symbol
(if (functionp thing)
Hi Sébastien,
"Sebastien Vauban"
writes:
> This is a bit OT, but I'd be interested by learning how to get a better
> environment for editing ELisp code.
>
> Currently, the only friends I have are ElDoc and C-h f/v for navigation to
> symbol definitions. This is rather primitive, isn't it?
Wel
Hello,
This is a bit OT, but I'd be interested by learning how to get a better
environment for editing ELisp code.
Currently, the only friends I have are ElDoc and C-h f/v for navigation to
symbol definitions. This is rather primitive, isn't it?
When I see what CEDET and ECB seem to offer -- tho