mainEmacsy - Support: sr #110412, Declarative module on Guile 3.0.4

 
 

sr #110412: Declarative module on Guile 3.0.4

Submitter:  None
Submitted:  Mon 28 Dec 2020 01:17:25 PM UTC
   
 
Category:  None Priority:  5 - Normal
Severity:  3 - Normal Status:  None
Privacy:  Public Assigned to:  None
Originator Email:  -email is unavailable- Open/Closed:  Open
Operating System:  GNU/Linux
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 28 Dec 2020 01:17:25 PM UTC, original submission:  

When running on Guile 3.0.4, emacsy always goes into non-interactive mode even if I call emacsy-initialize with #t (that is, read-event always calls read-line to get input regardless of the value of emacsy-initialized?).  And the compiler shows a warning "WARNING: Use of `load' in declarative module (emacsy core).  Add #:declarative? #f to your define-module invocation.".  After reading https://www.gnu.org/software/guile/manual/html_node/Declarative-Modules.html I think this problem is due to klecl.scm marked as declarative by default.  Because it is marked as declarative, the compiler assumes the top-level definition emacsy-interactive? cannot be changed in runtime and simply inlines its reference in read-event to #f.  I suggest that "#:declarative? #f" should be added to the define-module call in klecl.scm to fix this issue.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

No changes have been made to this item

Back to the top

Powered by Savane 3.13-758e.
Corresponding source code