bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#33723: 26.1; function `byte-compile-file` use function `read` instea


From: Jingtao Xu
Subject: bug#33723: 26.1; function `byte-compile-file` use function `read` instead of the variable value of `load-read-function`
Date: Fri, 14 Dec 2018 08:01:52 +0800
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/26 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

literate Lisp is just an org mode file like this:

* head1
This can be both document and code in one org file:
#+BEGIN_SRC elisp :tangle yes
(defun test1 ()
  (message "test1"))
#+END_SRC

and function `literate-load' will ignore lines out of source code block and 
load elisp codes inside the code block.

More details of `literate-elisp can be found in 
https://github.com/jingtaozf/literate-elisp

Anyway, I need to use a custom read function to load and compile this org file.


On Fri, 14 Dec 2018 05:14:20 +0800,
Richard Stallman wrote:
> 
> [[[ To any NSA and FBI agents reading my email: please consider    ]]]
> [[[ whether defending the US Constitution against all enemies,     ]]]
> [[[ foreign or domestic, requires you to follow Snowden's example. ]]]
> 
> Would you like to show emacs-devel what this does?
> What does "literate Lisp" look like?  What are the rules
> for writing it?
> 
> -- 
> Dr Richard Stallman
> President, Free Software Foundation (https://gnu.org, https://fsf.org)
> Internet Hall-of-Famer (https://internethalloffame.org)
> 
> 





reply via email to

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