unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#22919: calc should use square root symbol to denote square root
@ 2016-03-06  3:02 Zephyr Pellerin
  2016-03-06  5:58 ` Alexis
  0 siblings, 1 reply; 7+ messages in thread
From: Zephyr Pellerin @ 2016-03-06  3:02 UTC (permalink / raw)
  To: 22919

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-sqrt-compose-should-use-the-square-root-symbol.patch --]
[-- Type: text/x-patch; name="0001-sqrt-compose-should-use-the-square-root-symbol.patch", Size: 666 bytes --]

From 52abdb12d360a8b9c53fe09e215e9a1781d1db46 Mon Sep 17 00:00:00 2001
From: zv <zv@nxvr.org>
Date: Sat, 14 Nov 2015 15:37:08 -0800
Subject: sqrt-compose should use the square root symbol

Signed-off-by: zv <zv@nxvr.org>
---
 lisp/calc/calccomp.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/calc/calccomp.el b/lisp/calc/calccomp.el
index 81a035d..821d1b8 100644
--- a/lisp/calc/calccomp.el
+++ b/lisp/calc/calccomp.el
@@ -1017,7 +1017,7 @@
 		    (make-string (+ w 2) ?\_))
 	    (list 'horiz
 		  (if (= h 1)
-		      "V"
+		      "√"
 		    (append (list 'vleft (1- a))
 			    (make-list (1- h) " |")
 			    '("\\|")))
-- 
2.5.0


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-09-15 16:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-06  3:02 bug#22919: calc should use square root symbol to denote square root Zephyr Pellerin
2016-03-06  5:58 ` Alexis
2016-03-07 16:46   ` Glenn Morris
2016-03-07 17:22     ` Eli Zaretskii
2016-03-08  7:22       ` Glenn Morris
2016-03-08 16:07         ` Eli Zaretskii
2020-09-15 16:04     ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).