Howto display unicode character u2026 in terminal mode in emacsEmacs detect terminal Unicode coverageHow to display Unicode UTF-8 as Unicode?What linux terminal app is compatible with emacs keybindings?Emacs terminal promptCheck if terminal supports UnicodeHow can I display any Unicode character in GUI Emacs for OS X?display images in emacs w3m in terminalUnicode character displayFixing Evil inside Emacs terminal modeWhat is the equivalent code of a Unicode character

Is an acid a salt or not?

What is the difference between logical consistency and logical entailment in deductive logic?

Email about missed connecting flight compensation 5 months after flight, is there a point?

Occasus nescius

Is Trump personally blocking people on Twitter?

How the name "craqueuhhe" is read

What would the EU do if an EU member declared war on another EU member?

Referring to different instances of the same character in time travel

Why did my rum cake turn black?

During copyediting, journal disagrees about spelling of paper's main topic

Creating custom objects with custom properties using generics

Are there any intersection of Theory A and Theory B?

Is it rude to tell recruiters I would only change jobs for a better salary?

Why is dry soil hydrophobic? Bad gardener paradox

What's the minimum number of sensors for a hobby GPS waypoint-following UAV?

If a specific mass of air is polluted, will the pollution stick with it?

Crowbar circuit causes unexpected behavior for op amp circuit

How do Windows version numbers work?

Is `curl something | sudo bash -` a reasonably safe installation method?

Robbers: The Hidden OEIS Substring

What is the Precise Definition of a “Complex Vector Space”?

QGIS Welcome page: What is 'pin to list' for?

Why does Hellboy file down his horns?

When did the Roman Empire fall according to contemporaries?



Howto display unicode character u2026 in terminal mode in emacs


Emacs detect terminal Unicode coverageHow to display Unicode UTF-8 as Unicode?What linux terminal app is compatible with emacs keybindings?Emacs terminal promptCheck if terminal supports UnicodeHow can I display any Unicode character in GUI Emacs for OS X?display images in emacs w3m in terminalUnicode character displayFixing Evil inside Emacs terminal modeWhat is the equivalent code of a Unicode character






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








2















Magit uses Horizontal Ellipsis unicode escape "u2026" (which should display as "...") to mark hidden section. How can I configure the Terminal/Emacs to display them when running in terminal mode (option -nw)? The escape string is shown instead of the visual icon. Maybe I need to install a special font? I'm running emacs 26.1 running inside KDE Kconsole terminal emulator.










share|improve this question




























    2















    Magit uses Horizontal Ellipsis unicode escape "u2026" (which should display as "...") to mark hidden section. How can I configure the Terminal/Emacs to display them when running in terminal mode (option -nw)? The escape string is shown instead of the visual icon. Maybe I need to install a special font? I'm running emacs 26.1 running inside KDE Kconsole terminal emulator.










    share|improve this question
























      2












      2








      2








      Magit uses Horizontal Ellipsis unicode escape "u2026" (which should display as "...") to mark hidden section. How can I configure the Terminal/Emacs to display them when running in terminal mode (option -nw)? The escape string is shown instead of the visual icon. Maybe I need to install a special font? I'm running emacs 26.1 running inside KDE Kconsole terminal emulator.










      share|improve this question














      Magit uses Horizontal Ellipsis unicode escape "u2026" (which should display as "...") to mark hidden section. How can I configure the Terminal/Emacs to display them when running in terminal mode (option -nw)? The escape string is shown instead of the visual icon. Maybe I need to install a special font? I'm running emacs 26.1 running inside KDE Kconsole terminal emulator.







      terminal-emacs unicode terminal






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jul 4 at 12:43









      Konrad EiseleKonrad Eisele

      1635 bronze badges




      1635 bronze badges




















          2 Answers
          2






          active

          oldest

          votes


















          4














          When running in -nw mode, Emacs' display is at the mercy of the terminal emulator. If the emulator is using a font which doesn't have a glyph for the character you want to display, the only solution is to change it to use a different font.






          share|improve this answer























          • That's true, but it doesn't answer the question. The terminal emulator decides between showing and something like and Emacs has no way to know which one it is AFAIK. Emacs decides whether to attempt to display or to display uNNNN.

            – Gilles
            Jul 5 at 5:57











          • I fail to see how it doesn't answer the question: the font being used is missing a glyph. Switching to a different font will fix that. (and it's magit deciding to use the unicode sequence, not Emacs)

            – rpluim
            Jul 5 at 9:02











          • No, if Emacs displays uNNNN in a terminal, that's because Emacs has decided to display uNNNN. This has nothing to do with the font used in the terminal. If Emacs decided to display the character and the font didn't have this character, you'd see something like instead, the terminal would not substitute uNNNN.

            – Gilles
            Jul 5 at 11:16


















          3














          I found that I missed this in my .emacs.d configuration:



          ;; UTF-8 support
          (prefer-coding-system 'utf-8)
          (set-default-coding-systems 'utf-8)
          (set-terminal-coding-system 'utf-8)
          (set-keyboard-coding-system 'utf-8)
          (setq x-select-request-type '(UTF8_STRING COMPOUND_TEXT TEXT STRING))


          (from here). The other possibility is to



          (setq magit-section-visibility-indicator '("..." . t))


          instead (3 char string istead of one unicode char). KDE Konsole itself does support the u2026 char as can be seen when printing the utf-8 sequence:



          printf "xe2x80xa6"





          share|improve this answer

























            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "583"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2femacs.stackexchange.com%2fquestions%2f51387%2fhowto-display-unicode-character-u2026-in-terminal-mode-in-emacs%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            4














            When running in -nw mode, Emacs' display is at the mercy of the terminal emulator. If the emulator is using a font which doesn't have a glyph for the character you want to display, the only solution is to change it to use a different font.






            share|improve this answer























            • That's true, but it doesn't answer the question. The terminal emulator decides between showing and something like and Emacs has no way to know which one it is AFAIK. Emacs decides whether to attempt to display or to display uNNNN.

              – Gilles
              Jul 5 at 5:57











            • I fail to see how it doesn't answer the question: the font being used is missing a glyph. Switching to a different font will fix that. (and it's magit deciding to use the unicode sequence, not Emacs)

              – rpluim
              Jul 5 at 9:02











            • No, if Emacs displays uNNNN in a terminal, that's because Emacs has decided to display uNNNN. This has nothing to do with the font used in the terminal. If Emacs decided to display the character and the font didn't have this character, you'd see something like instead, the terminal would not substitute uNNNN.

              – Gilles
              Jul 5 at 11:16















            4














            When running in -nw mode, Emacs' display is at the mercy of the terminal emulator. If the emulator is using a font which doesn't have a glyph for the character you want to display, the only solution is to change it to use a different font.






            share|improve this answer























            • That's true, but it doesn't answer the question. The terminal emulator decides between showing and something like and Emacs has no way to know which one it is AFAIK. Emacs decides whether to attempt to display or to display uNNNN.

              – Gilles
              Jul 5 at 5:57











            • I fail to see how it doesn't answer the question: the font being used is missing a glyph. Switching to a different font will fix that. (and it's magit deciding to use the unicode sequence, not Emacs)

              – rpluim
              Jul 5 at 9:02











            • No, if Emacs displays uNNNN in a terminal, that's because Emacs has decided to display uNNNN. This has nothing to do with the font used in the terminal. If Emacs decided to display the character and the font didn't have this character, you'd see something like instead, the terminal would not substitute uNNNN.

              – Gilles
              Jul 5 at 11:16













            4












            4








            4







            When running in -nw mode, Emacs' display is at the mercy of the terminal emulator. If the emulator is using a font which doesn't have a glyph for the character you want to display, the only solution is to change it to use a different font.






            share|improve this answer













            When running in -nw mode, Emacs' display is at the mercy of the terminal emulator. If the emulator is using a font which doesn't have a glyph for the character you want to display, the only solution is to change it to use a different font.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Jul 4 at 12:50









            rpluimrpluim

            1,9331 silver badge12 bronze badges




            1,9331 silver badge12 bronze badges












            • That's true, but it doesn't answer the question. The terminal emulator decides between showing and something like and Emacs has no way to know which one it is AFAIK. Emacs decides whether to attempt to display or to display uNNNN.

              – Gilles
              Jul 5 at 5:57











            • I fail to see how it doesn't answer the question: the font being used is missing a glyph. Switching to a different font will fix that. (and it's magit deciding to use the unicode sequence, not Emacs)

              – rpluim
              Jul 5 at 9:02











            • No, if Emacs displays uNNNN in a terminal, that's because Emacs has decided to display uNNNN. This has nothing to do with the font used in the terminal. If Emacs decided to display the character and the font didn't have this character, you'd see something like instead, the terminal would not substitute uNNNN.

              – Gilles
              Jul 5 at 11:16

















            • That's true, but it doesn't answer the question. The terminal emulator decides between showing and something like and Emacs has no way to know which one it is AFAIK. Emacs decides whether to attempt to display or to display uNNNN.

              – Gilles
              Jul 5 at 5:57











            • I fail to see how it doesn't answer the question: the font being used is missing a glyph. Switching to a different font will fix that. (and it's magit deciding to use the unicode sequence, not Emacs)

              – rpluim
              Jul 5 at 9:02











            • No, if Emacs displays uNNNN in a terminal, that's because Emacs has decided to display uNNNN. This has nothing to do with the font used in the terminal. If Emacs decided to display the character and the font didn't have this character, you'd see something like instead, the terminal would not substitute uNNNN.

              – Gilles
              Jul 5 at 11:16
















            That's true, but it doesn't answer the question. The terminal emulator decides between showing and something like and Emacs has no way to know which one it is AFAIK. Emacs decides whether to attempt to display or to display uNNNN.

            – Gilles
            Jul 5 at 5:57





            That's true, but it doesn't answer the question. The terminal emulator decides between showing and something like and Emacs has no way to know which one it is AFAIK. Emacs decides whether to attempt to display or to display uNNNN.

            – Gilles
            Jul 5 at 5:57













            I fail to see how it doesn't answer the question: the font being used is missing a glyph. Switching to a different font will fix that. (and it's magit deciding to use the unicode sequence, not Emacs)

            – rpluim
            Jul 5 at 9:02





            I fail to see how it doesn't answer the question: the font being used is missing a glyph. Switching to a different font will fix that. (and it's magit deciding to use the unicode sequence, not Emacs)

            – rpluim
            Jul 5 at 9:02













            No, if Emacs displays uNNNN in a terminal, that's because Emacs has decided to display uNNNN. This has nothing to do with the font used in the terminal. If Emacs decided to display the character and the font didn't have this character, you'd see something like instead, the terminal would not substitute uNNNN.

            – Gilles
            Jul 5 at 11:16





            No, if Emacs displays uNNNN in a terminal, that's because Emacs has decided to display uNNNN. This has nothing to do with the font used in the terminal. If Emacs decided to display the character and the font didn't have this character, you'd see something like instead, the terminal would not substitute uNNNN.

            – Gilles
            Jul 5 at 11:16













            3














            I found that I missed this in my .emacs.d configuration:



            ;; UTF-8 support
            (prefer-coding-system 'utf-8)
            (set-default-coding-systems 'utf-8)
            (set-terminal-coding-system 'utf-8)
            (set-keyboard-coding-system 'utf-8)
            (setq x-select-request-type '(UTF8_STRING COMPOUND_TEXT TEXT STRING))


            (from here). The other possibility is to



            (setq magit-section-visibility-indicator '("..." . t))


            instead (3 char string istead of one unicode char). KDE Konsole itself does support the u2026 char as can be seen when printing the utf-8 sequence:



            printf "xe2x80xa6"





            share|improve this answer



























              3














              I found that I missed this in my .emacs.d configuration:



              ;; UTF-8 support
              (prefer-coding-system 'utf-8)
              (set-default-coding-systems 'utf-8)
              (set-terminal-coding-system 'utf-8)
              (set-keyboard-coding-system 'utf-8)
              (setq x-select-request-type '(UTF8_STRING COMPOUND_TEXT TEXT STRING))


              (from here). The other possibility is to



              (setq magit-section-visibility-indicator '("..." . t))


              instead (3 char string istead of one unicode char). KDE Konsole itself does support the u2026 char as can be seen when printing the utf-8 sequence:



              printf "xe2x80xa6"





              share|improve this answer

























                3












                3








                3







                I found that I missed this in my .emacs.d configuration:



                ;; UTF-8 support
                (prefer-coding-system 'utf-8)
                (set-default-coding-systems 'utf-8)
                (set-terminal-coding-system 'utf-8)
                (set-keyboard-coding-system 'utf-8)
                (setq x-select-request-type '(UTF8_STRING COMPOUND_TEXT TEXT STRING))


                (from here). The other possibility is to



                (setq magit-section-visibility-indicator '("..." . t))


                instead (3 char string istead of one unicode char). KDE Konsole itself does support the u2026 char as can be seen when printing the utf-8 sequence:



                printf "xe2x80xa6"





                share|improve this answer













                I found that I missed this in my .emacs.d configuration:



                ;; UTF-8 support
                (prefer-coding-system 'utf-8)
                (set-default-coding-systems 'utf-8)
                (set-terminal-coding-system 'utf-8)
                (set-keyboard-coding-system 'utf-8)
                (setq x-select-request-type '(UTF8_STRING COMPOUND_TEXT TEXT STRING))


                (from here). The other possibility is to



                (setq magit-section-visibility-indicator '("..." . t))


                instead (3 char string istead of one unicode char). KDE Konsole itself does support the u2026 char as can be seen when printing the utf-8 sequence:



                printf "xe2x80xa6"






                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Jul 4 at 18:38









                Konrad EiseleKonrad Eisele

                1635 bronze badges




                1635 bronze badges



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Emacs Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2femacs.stackexchange.com%2fquestions%2f51387%2fhowto-display-unicode-character-u2026-in-terminal-mode-in-emacs%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

                    Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

                    Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form