Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

format ~n@A の修正 #246

Closed
x022235 opened this issue Apr 28, 2012 · 0 comments
Closed

format ~n@A の修正 #246

x022235 opened this issue Apr 28, 2012 · 0 comments
Assignees
Milestone

Comments

@x022235
Copy link
Member

x022235 commented Apr 28, 2012

背景

#2 で取り込まなかった ~n@A 書式のバグ修正を cl:format に取り込む。

commit 64267643cae53a087acb346a1cde76e51bb0d6f2
Author: NANRI <southly@gmail.com>
Date:   Thu Dec 10 00:01:03 2009 +0900

    xyzzy.src : fix format "~n@A".

なお、lisp:format は互換性維持のためバグの修正はしない。

(lisp:format nil "~10@A" "hoge")
"hoge      "
(cl:format nil "~10@A" "hoge")
"      hoge"

参考

@ghost ghost assigned x022235 Apr 28, 2012
x022235 added a commit that referenced this issue Apr 28, 2012
cl:format でのみ修正。
lisp:format は互換性維持のため修正しない。

  (cl:format nil "~10@A" "hoge")
  => "      hoge"

  (lisp:format nil "~10@A" "hoge")
  => "hoge      "

参考: southly/xyzzy.src@6426764
x022235 added a commit that referenced this issue Apr 28, 2012
@x022235 x022235 closed this as completed May 2, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant