emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Konstantin Kliakhandler <kosta@slumpy.org>
To: Konstantin Kliakhandler <kosta@slumpy.org>,
	emacs-orgmode@gnu.org, Rasmus <rasmus@gmx.us>
Subject: Re: BUG: swapped utf-8 symbols in org-entities
Date: Mon, 29 Aug 2016 15:26:19 +0300	[thread overview]
Message-ID: <CAH+LVp=CSM2=OdDSHYxS_34n45TYb1W90JvkX74orps5Kz4qGQ@mail.gmail.com> (raw)
In-Reply-To: <8760sjgaor.fsf@saiph.selenimh>


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

Hi Nicolas,

Sorry for the late reply. Am I supposed to send the patch against master or
against maint? If against master, see the file starting at 0001. If against
maint, see the file starting with 0002.

For some reason, I can't apply the 0001 patch to the maint branch either,
nor can I rebase it to the maint branch... Weird. Hopefully this is good
enough.

Best,
Kosta

-- 
Konstantin Kliakhandler
    http://slumpy.org
          )°) )°( (°(

On 5 July 2016 at 22:13, Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:

> Hello,
>
> Konstantin Kliakhandler <kosta@slumpy.org> writes:
>
> > I have an additional, similar patch - In this one I changed the unicode
> > symbol for \circ from something looking like ^ to [image: \circ] (#x2218
> =
> > "ring operator" = \circ in TeX input method).
>
> For some reason, I'm unable to apply it to maint branch. Could you
> rebase your repository and try again?
>
> Thank you.
>
> Regards,
>
> --
> Nicolas Goaziou
>

[-- Attachment #1.2: Type: text/html, Size: 1741 bytes --]

[-- Attachment #2: 0001-org-entities-Correct-unicode-symbol-of-circ.patch --]
[-- Type: application/octet-stream, Size: 960 bytes --]

From 1271324bd0e100aad1c4342ad51658e82be9e1d5 Mon Sep 17 00:00:00 2001
From: Konstantin Kliakhandler <kosta@slumpy.org>
Date: Mon, 29 Aug 2016 15:07:21 +0300
Subject: [PATCH] org-entities: Correct unicode symbol of circ

* org-entities.el (org-entities): Change the unicode symbol of circ to
  "ring operator" (#x2218).

TINYCHANGE
---
 lisp/org-entities.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org-entities.el b/lisp/org-entities.el
index e5c9845..7ef0524 100644
--- a/lisp/org-entities.el
+++ b/lisp/org-entities.el
@@ -260,7 +260,7 @@ packages to be loaded, add these packages to `org-latex-packages-alist'."
 
      "* Other"
      "** Misc. (often used)"
-     ("circ" "\\^{}" nil "&circ;" "^" "^" "ˆ")
+     ("circ" "\\^{}" nil "&circ;" "^" "^" "∘")
      ("vert" "\\vert{}" t "&vert;" "|" "|" "|")
      ("vbar" "|" nil "|" "|" "|" "|")
      ("brvbar" "\\textbrokenbar{}" nil "&brvbar;" "|" "¦" "¦")
-- 
2.8.1


[-- Attachment #3: 0002-org-entities-Correct-unicode-symbol-of-circ.patch --]
[-- Type: application/octet-stream, Size: 974 bytes --]

From dbda08c67c540d5bb839e6a8ece619551f4283e7 Mon Sep 17 00:00:00 2001
From: Konstantin Kliakhandler <kosta@slumpy.org>
Date: Mon, 29 Aug 2016 15:23:11 +0300
Subject: [PATCH] org-entities: Correct unicode symbol of circ

* org-entities.el (org-entities): Change the unicode symbol of circ to
  "ring operator" (#x2218).

TINYCHANGE
---
 lisp/org-entities.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org-entities.el b/lisp/org-entities.el
index ccac29a..b00eec8 100644
--- a/lisp/org-entities.el
+++ b/lisp/org-entities.el
@@ -265,7 +265,7 @@ packages to be loaded, add these packages to `org-latex-packages-alist'."
 
      "* Other"
      "** Misc. (often used)"
-     ("circ" "\\^{}" nil "&circ;" "^" "^" "ˆ")
+     ("circ" "\\^{}" nil "&circ;" "^" "^" "∘")
      ("vert" "\\vert{}" t "&vert;" "|" "|" "|")
      ("brvbar" "\\textbrokenbar{}" nil "&brvbar;" "|" "¦" "¦")
      ("S" "\\S" nil "&sect;" "paragraph" "§" "§")
-- 
2.8.1


  reply	other threads:[~2016-08-29 12:26 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-28  8:15 BUG: swapped utf-8 symbols in org-entities Konstantin Kliakhandler
2016-06-28 14:49 ` Nicolas Goaziou
2016-06-30 14:33   ` Konstantin Kliakhandler
2016-07-01  7:24     ` Nicolas Goaziou
2016-07-03 11:47       ` Konstantin Kliakhandler
2016-07-05 19:13         ` Nicolas Goaziou
2016-08-29 12:26           ` Konstantin Kliakhandler [this message]
2016-08-30  9:54             ` Nicolas Goaziou
2016-07-06 11:18       ` Rasmus
2016-07-06 13:10         ` Nicolas Goaziou
2016-06-28 19:21 ` Rasmus
2016-06-28 19:58   ` Nicolas Goaziou
2016-06-28 20:30     ` Rasmus
2016-06-28 20:10   ` Nick Dokos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAH+LVp=CSM2=OdDSHYxS_34n45TYb1W90JvkX74orps5Kz4qGQ@mail.gmail.com' \
    --to=kosta@slumpy.org \
    --cc=emacs-orgmode@gnu.org \
    --cc=rasmus@gmx.us \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.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).