weechat-dev
[Top][All Lists]
Advanced

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

[Weechat-dev] [bug #38278] Xor function missing in guile plugin


From: Sebastien Helleu
Subject: [Weechat-dev] [bug #38278] Xor function missing in guile plugin
Date: Thu, 07 Feb 2013 06:56:50 +0000
User-agent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17

Update of bug #38278 (project weechat):

                  Status:                    None => Need Info              
             Assigned to:                    None => flashcode              

    _______________________________________________________

Follow-up Comment #1:

Is "xor" supposed to be supported in guile? I think no.
By the way, you can try "guile" on command line and test, you'll see that this
function does not exist:


scheme@(guile-user)> (xor 2)
;;; <stdin>:1:0: warning: possibly unbound variable `xor'
<unnamed port>:1:0: In procedure #<procedure 1eae7a0 at <current input>:1:0
()>:
<unnamed port>:1:0: In procedure module-lookup: Unbound variable: xor


I think the right function is logxor, see manual here:
http://www.gnu.org/software/guile/manual/html_node/Bitwise-Operations.html#Bitwise-Operations


scheme@(guile-user) [1]> (logxor 2 3)
$2 = 1


So for me it's not a WeeChat problem.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?38278>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.nongnu.org/




reply via email to

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