emacs-devel
[Top][All Lists]
Advanced

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

Re: Using the GNU GMP Library for Bignums in Emacs


From: Richard Stallman
Subject: Re: Using the GNU GMP Library for Bignums in Emacs
Date: Sat, 05 May 2018 23:12:27 -0400

[[[ 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. ]]]

  > > Another idea: %Nx with a negative number should output its 2's
  > > complement representation in 4N bits.

  > That's already taken: A leading “-“ means to left-justify the output if the 
specified width is wider than required.

We are miscommunicating.  I'm talking about what %Nx should do when
outputting an argument that is negative, as in (format "%16x" -63).

Sorry that wasn't clear.

You could try p/x -63 in GDB to see what I mean.

-- 
Dr Richard Stallman
President, Free Software Foundation (https://gnu.org, https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)
Skype: No way! See https://stallman.org/skype.html.




reply via email to

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