LaTeX closing $ signs makes cursor jumpHow to get rainbow-delimiters/rainbow-blocks to highlight in-line math in LaTeX equationsDetection inside general LaTeX (not necessarily Math) commandsVim-LaTeX-Suite Macros in AucTeX / EmacsExporting unicode characters to pdf using latex from org modeAutomatic close evil-make bufferHow do I preview latex math in org mode without generating image files?Don't complain about unmatching parenthesis and brackets in latex math modeFixed width font in LatexLimitations of latex mode inline math syntax highlightingOrg latex exports $ … $ math as ( … ) : can this be avoided?

Minkowski space

Finding angle with pure Geometry.

Why can't I see bouncing of a switch on an oscilloscope?

What are these boxed doors outside store fronts in New York?

Is it tax fraud for an individual to declare non-taxable revenue as taxable income? (US tax laws)

Can divisibility rules for digits be generalized to sum of digits

Mathematical cryptic clues

Dragon forelimb placement

Why are 150k or 200k jobs considered good when there are 300k+ births a month?

Is it unprofessional to ask if a job posting on GlassDoor is real?

How can bays and straits be determined in a procedurally generated map?

Approximately how much travel time was saved by the opening of the Suez Canal in 1869?

Can I make popcorn with any corn?

What defenses are there against being summoned by the Gate spell?

Have astronauts in space suits ever taken selfies? If so, how?

How can I make my BBEG immortal short of making them a Lich or Vampire?

Can I ask the recruiters in my resume to put the reason why I am rejected?

Can an x86 CPU running in real mode be considered to be basically an 8086 CPU?

Maximum likelihood parameters deviate from posterior distributions

Why was the small council so happy for Tyrion to become the Master of Coin?

Watching something be written to a file live with tail

How could an uplifted falcon's brain work?

Why don't electron-positron collisions release infinite energy?

Email Account under attack (really) - anything I can do?



LaTeX closing $ signs makes cursor jump


How to get rainbow-delimiters/rainbow-blocks to highlight in-line math in LaTeX equationsDetection inside general LaTeX (not necessarily Math) commandsVim-LaTeX-Suite Macros in AucTeX / EmacsExporting unicode characters to pdf using latex from org modeAutomatic close evil-make bufferHow do I preview latex math in org mode without generating image files?Don't complain about unmatching parenthesis and brackets in latex math modeFixed width font in LatexLimitations of latex mode inline math syntax highlightingOrg latex exports $ … $ math as ( … ) : can this be avoided?













3















I'm in LaTeX/PS mode and whenever I close my $ math statements the cursor jumps to the first $ and back to the closing $. How can I disable this?










share|improve this question







New contributor




user1766555 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
























    3















    I'm in LaTeX/PS mode and whenever I close my $ math statements the cursor jumps to the first $ and back to the closing $. How can I disable this?










    share|improve this question







    New contributor




    user1766555 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      3












      3








      3








      I'm in LaTeX/PS mode and whenever I close my $ math statements the cursor jumps to the first $ and back to the closing $. How can I disable this?










      share|improve this question







      New contributor




      user1766555 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I'm in LaTeX/PS mode and whenever I close my $ math statements the cursor jumps to the first $ and back to the closing $. How can I disable this?







      latex






      share|improve this question







      New contributor




      user1766555 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      user1766555 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      user1766555 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 5 hours ago









      user1766555user1766555

      1183




      1183




      New contributor




      user1766555 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      user1766555 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      user1766555 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          1 Answer
          1






          active

          oldest

          votes


















          5














          I assume that you are using AUCTeX. According to the documentation of TeX-insert-dollar among other things the following happens if you input the closing $ sign:




          Show matching dollar sign if this dollar sign ends
          the TeX math mode and ‘blink-matching-paren’ is non-nil.




          What you can do is to set blink-matching-paren to nil.



          EDIT: This will also affect the behaviour of emacs when you input a closing parenthesis etc., but you can use other modes e.g. show-paren-mode to still highlight the opening parenthesis.






          share|improve this answer

























          • Yes, I'm using AUCTeX. What is supposed to happen for closing parenthesis? I don't think I see anything happen.

            – user1766555
            4 hours ago






          • 1





            For parentesis I see the same behaviour that you describe for $, i.e. from ) the cursor jumps to ( if blink-matching-paren is set to t. But if you don't like this behaviour anyway then this should be fine.

            – andrej
            4 hours ago











          • I see the first parenthesis gets highlighted when closing, but it doesn't make my cursor jump back and fourth like with $. Is it because I am using emacs evil mode? blink-matching-paren is set to t

            – user1766555
            4 hours ago







          • 1





            You are right! There is no jumping of the cursor but only highlighting. Maybe you have (as do I) the show-paren-mode activated. Without that and blink-matching-paren set to nil there is no highlighting on my system.

            – andrej
            4 hours ago











          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
          );



          );






          user1766555 is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2femacs.stackexchange.com%2fquestions%2f48793%2flatex-closing-signs-makes-cursor-jump%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          5














          I assume that you are using AUCTeX. According to the documentation of TeX-insert-dollar among other things the following happens if you input the closing $ sign:




          Show matching dollar sign if this dollar sign ends
          the TeX math mode and ‘blink-matching-paren’ is non-nil.




          What you can do is to set blink-matching-paren to nil.



          EDIT: This will also affect the behaviour of emacs when you input a closing parenthesis etc., but you can use other modes e.g. show-paren-mode to still highlight the opening parenthesis.






          share|improve this answer

























          • Yes, I'm using AUCTeX. What is supposed to happen for closing parenthesis? I don't think I see anything happen.

            – user1766555
            4 hours ago






          • 1





            For parentesis I see the same behaviour that you describe for $, i.e. from ) the cursor jumps to ( if blink-matching-paren is set to t. But if you don't like this behaviour anyway then this should be fine.

            – andrej
            4 hours ago











          • I see the first parenthesis gets highlighted when closing, but it doesn't make my cursor jump back and fourth like with $. Is it because I am using emacs evil mode? blink-matching-paren is set to t

            – user1766555
            4 hours ago







          • 1





            You are right! There is no jumping of the cursor but only highlighting. Maybe you have (as do I) the show-paren-mode activated. Without that and blink-matching-paren set to nil there is no highlighting on my system.

            – andrej
            4 hours ago















          5














          I assume that you are using AUCTeX. According to the documentation of TeX-insert-dollar among other things the following happens if you input the closing $ sign:




          Show matching dollar sign if this dollar sign ends
          the TeX math mode and ‘blink-matching-paren’ is non-nil.




          What you can do is to set blink-matching-paren to nil.



          EDIT: This will also affect the behaviour of emacs when you input a closing parenthesis etc., but you can use other modes e.g. show-paren-mode to still highlight the opening parenthesis.






          share|improve this answer

























          • Yes, I'm using AUCTeX. What is supposed to happen for closing parenthesis? I don't think I see anything happen.

            – user1766555
            4 hours ago






          • 1





            For parentesis I see the same behaviour that you describe for $, i.e. from ) the cursor jumps to ( if blink-matching-paren is set to t. But if you don't like this behaviour anyway then this should be fine.

            – andrej
            4 hours ago











          • I see the first parenthesis gets highlighted when closing, but it doesn't make my cursor jump back and fourth like with $. Is it because I am using emacs evil mode? blink-matching-paren is set to t

            – user1766555
            4 hours ago







          • 1





            You are right! There is no jumping of the cursor but only highlighting. Maybe you have (as do I) the show-paren-mode activated. Without that and blink-matching-paren set to nil there is no highlighting on my system.

            – andrej
            4 hours ago













          5












          5








          5







          I assume that you are using AUCTeX. According to the documentation of TeX-insert-dollar among other things the following happens if you input the closing $ sign:




          Show matching dollar sign if this dollar sign ends
          the TeX math mode and ‘blink-matching-paren’ is non-nil.




          What you can do is to set blink-matching-paren to nil.



          EDIT: This will also affect the behaviour of emacs when you input a closing parenthesis etc., but you can use other modes e.g. show-paren-mode to still highlight the opening parenthesis.






          share|improve this answer















          I assume that you are using AUCTeX. According to the documentation of TeX-insert-dollar among other things the following happens if you input the closing $ sign:




          Show matching dollar sign if this dollar sign ends
          the TeX math mode and ‘blink-matching-paren’ is non-nil.




          What you can do is to set blink-matching-paren to nil.



          EDIT: This will also affect the behaviour of emacs when you input a closing parenthesis etc., but you can use other modes e.g. show-paren-mode to still highlight the opening parenthesis.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited 4 hours ago

























          answered 4 hours ago









          andrejandrej

          726412




          726412












          • Yes, I'm using AUCTeX. What is supposed to happen for closing parenthesis? I don't think I see anything happen.

            – user1766555
            4 hours ago






          • 1





            For parentesis I see the same behaviour that you describe for $, i.e. from ) the cursor jumps to ( if blink-matching-paren is set to t. But if you don't like this behaviour anyway then this should be fine.

            – andrej
            4 hours ago











          • I see the first parenthesis gets highlighted when closing, but it doesn't make my cursor jump back and fourth like with $. Is it because I am using emacs evil mode? blink-matching-paren is set to t

            – user1766555
            4 hours ago







          • 1





            You are right! There is no jumping of the cursor but only highlighting. Maybe you have (as do I) the show-paren-mode activated. Without that and blink-matching-paren set to nil there is no highlighting on my system.

            – andrej
            4 hours ago

















          • Yes, I'm using AUCTeX. What is supposed to happen for closing parenthesis? I don't think I see anything happen.

            – user1766555
            4 hours ago






          • 1





            For parentesis I see the same behaviour that you describe for $, i.e. from ) the cursor jumps to ( if blink-matching-paren is set to t. But if you don't like this behaviour anyway then this should be fine.

            – andrej
            4 hours ago











          • I see the first parenthesis gets highlighted when closing, but it doesn't make my cursor jump back and fourth like with $. Is it because I am using emacs evil mode? blink-matching-paren is set to t

            – user1766555
            4 hours ago







          • 1





            You are right! There is no jumping of the cursor but only highlighting. Maybe you have (as do I) the show-paren-mode activated. Without that and blink-matching-paren set to nil there is no highlighting on my system.

            – andrej
            4 hours ago
















          Yes, I'm using AUCTeX. What is supposed to happen for closing parenthesis? I don't think I see anything happen.

          – user1766555
          4 hours ago





          Yes, I'm using AUCTeX. What is supposed to happen for closing parenthesis? I don't think I see anything happen.

          – user1766555
          4 hours ago




          1




          1





          For parentesis I see the same behaviour that you describe for $, i.e. from ) the cursor jumps to ( if blink-matching-paren is set to t. But if you don't like this behaviour anyway then this should be fine.

          – andrej
          4 hours ago





          For parentesis I see the same behaviour that you describe for $, i.e. from ) the cursor jumps to ( if blink-matching-paren is set to t. But if you don't like this behaviour anyway then this should be fine.

          – andrej
          4 hours ago













          I see the first parenthesis gets highlighted when closing, but it doesn't make my cursor jump back and fourth like with $. Is it because I am using emacs evil mode? blink-matching-paren is set to t

          – user1766555
          4 hours ago






          I see the first parenthesis gets highlighted when closing, but it doesn't make my cursor jump back and fourth like with $. Is it because I am using emacs evil mode? blink-matching-paren is set to t

          – user1766555
          4 hours ago





          1




          1





          You are right! There is no jumping of the cursor but only highlighting. Maybe you have (as do I) the show-paren-mode activated. Without that and blink-matching-paren set to nil there is no highlighting on my system.

          – andrej
          4 hours ago





          You are right! There is no jumping of the cursor but only highlighting. Maybe you have (as do I) the show-paren-mode activated. Without that and blink-matching-paren set to nil there is no highlighting on my system.

          – andrej
          4 hours ago










          user1766555 is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          user1766555 is a new contributor. Be nice, and check out our Code of Conduct.












          user1766555 is a new contributor. Be nice, and check out our Code of Conduct.











          user1766555 is a new contributor. Be nice, and check out our Code of Conduct.














          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%2f48793%2flatex-closing-signs-makes-cursor-jump%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

          Magento 2 duplicate PHPSESSID cookie when using session_start() in custom php scriptMagento 2: User cant logged in into to account page, no error showing!Magento duplicate on subdomainGrabbing storeview from cookie (after using language selector)How do I run php custom script on magento2Magento 2: Include PHP script in headerSession lock after using Cm_RedisSessionscript php to update stockMagento set cookie popupMagento 2 session id cookie - where to find it?How to import Configurable product from csv with custom attributes using php scriptMagento 2 run custom PHP script

          Can not update quote_id field of “quote_item” table magento 2Magento 2.1 - We can't remove the item. (Shopping Cart doesnt allow us to remove items before becomes empty)Add value for custom quote item attribute using REST apiREST API endpoint v1/carts/cartId/items always returns error messageCorrect way to save entries to databaseHow to remove all associated quote objects of a customer completelyMagento 2 - Save value from custom input field to quote_itemGet quote_item data using quote id and product id filter in Magento 2How to set additional data to quote_item table from controller in Magento 2?What is the purpose of additional_data column in quote_item table in magento2Set Custom Price to Quote item magento2 from controller

          How to solve knockout JS error in Magento 2 Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?(Magento2) knockout.js:3012 Uncaught ReferenceError: Unable to process bindingUnable to process binding Knockout.js magento 2Cannot read property `scopeLabel` of undefined on Product Detail PageCan't get Customer Data on frontend in Magento 2Magento2 Order Summary - unable to process bindingKO templates are not loading in Magento 2.1 applicationgetting knockout js error magento 2Product grid not load -— Unable to process binding Knockout.js magento 2Product form not loaded in magento2Uncaught ReferenceError: Unable to process binding “if: function()return (isShowLegend()) ” magento 2