Can a command definition file be opened in emacs elisp to see how it is defined?
Yes you can call M-x find-function
M-x find-function
Some functions are implemented in C. In order to find the C function, you need to download the C source code (if you haven’t already) and add the following line to your .emacs
(setq find-function-C-source-directory "/path/to/c-source")
Another way:
C-h f foo RETto see the documentation for the function foo.
C-h f foo RET
foo
, , , . ( RET ) , . Lisp ( Lisp) C ( C), .
RET
, , : C-h k.
C-h k
Source: https://habr.com/ru/post/1794402/More articles:How to add two branches (master & develop) to redmine - gitВерсия для Blackberry OS - mobileIs it possible that several services or applications have one single configuration file - c #What is Hierarchy for? - javaGiven an x, y point, how do I get a window handle for a control that is NOT present in the foreground window? - c #jquery: onclick color change color - javascriptwhich version of the doctrine is used in the symfony practical tutorial? doctrine 1.2 or doctrine 2? - versioniphone - change the screen brightness, for example, iBook - iphonehttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1794406/strange-error-appending-fields-to-recordset-in-vs2010-after-converting-to-net-4&usg=ALkJrhiJuua6q-pZc_laJqoFgg6Qh-PaJQOffline Reverse Geocoding at Country Level - iosAll Articles