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

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

bug#35192: closed (`current-source-directory' fails when file-name #f)


From: GNU bug Tracking System
Subject: bug#35192: closed (`current-source-directory' fails when file-name #f)
Date: Mon, 18 Nov 2019 04:26:01 +0000

Your message dated Mon, 18 Nov 2019 13:24:59 +0900
with message-id <address@hidden>
and subject line Re: bug#35192: `current-source-directory' fails when file-name 
#f
has caused the debbugs.gnu.org bug report #35192,
regarding `current-source-directory' fails when file-name #f
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
35192: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=35192
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: `current-source-directory' fails when file-name #f Date: Mon, 08 Apr 2019 14:26:43 +0100 User-agent: mu4e 1.0; emacs 26.1
Hello,

re: /guix/utils.scm:748:

When file-name is #f (e.g. in a geiser repl), the procedure's match
fails. `assq' returns ('filename . #f).  This is handled in the match
bodies cond clause, but excluded as possibility by the encapsulating
match clause.

Alex



--- End Message ---
--- Begin Message --- Subject: Re: bug#35192: `current-source-directory' fails when file-name #f Date: Mon, 18 Nov 2019 13:24:59 +0900 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hello Alex!

Alex Sassmannshausen <address@hidden> writes:

> Hello,
>
> re: /guix/utils.scm:748:
>
> When file-name is #f (e.g. in a geiser repl), the procedure's match
> fails. `assq' returns ('filename . #f).  This is handled in the match
> bodies cond clause, but excluded as possibility by the encapsulating
> match clause.
>
> Alex

Thank you for the fix!  I had the same problem when experimenting at the
REPL, and the comment about Geiser in the code didn't help.

I've pushed this change as commit
b997d43214445462f23947afbbcadf24c6018217.

Closing!

Maxim


--- End Message ---

reply via email to

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