unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#7219: Parentheses matching cursor blink in wrong place
@ 2010-10-15  4:28 Eric Mullen
  2010-10-15  4:47 ` Eric Mullen
  2010-10-15  8:05 ` Andreas Schwab
  0 siblings, 2 replies; 5+ messages in thread
From: Eric Mullen @ 2010-10-15  4:28 UTC (permalink / raw)
  To: 7219

I was editting a LaTeX file, doing homework for a programming languages
class, when I typed in this line:

\textbf{First($<exp>$) = $\{ (, a \}$ }

When I put the final curly brace on, my cursor showed me the position
of the opening brace that I closed, like it usually does. However, it
snapped to the wrong place, the third $ in the line (and not the opening
curly brace right after the \textbf). The problem persists in this
bug reporting buffer, which does not have LaTeX syntax highlighting.

I tried to do this from within emacs, but when I tried to send this, it gave
me this message:
Sending...failed with exit value 1

Thus I am mailing it.

Eric Mullen
Harvey Mudd College '12
Computer Science
Avid Emacs User

In GNU Emacs 23.1.1 (x86_64-pc-linux-gnu)
 of 2010-03-29 on yellow, modified by Debian
configured using `configure  '--build=x86_64-linux-gnu'
'--host=x86_64-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib'
'--libexecdir=/usr/lib' '--localstatedir=/var/lib'
'--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes'
'--enable-locallisppath=/etc/emacs23:/etc/emacs:/usr/local/share/emacs/23.1/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/23.1/site-lisp:/usr/share/emacs/site-lisp:/usr/share/emacs/23.1/leim'
'--with-x=no' 'build_alias=x86_64-linux-gnu'
'host_alias=x86_64-linux-gnu' 'CFLAGS=-DDEBIAN -g -O2' 'LDFLAGS=-g'
'CPPFLAGS=''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US.utf8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

Major mode: LaTeX

Minor modes in effect:
  shell-dirtrack-mode: t
  yas/global-mode: t
  yas/minor-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
x p > 4 DEL $ ) SPC w o u l d SPC b e DEL DEL DEL DEL
DEL DEL DEL DEL c a n SPC b e SPC c a l c u l a t e
d SPC t w o SPC d i f f e r e n t SPC w a y s , SPC
s i n c e RET TAB $ < e x p > $ SPC c a n SPC g o SPC
t o SPC d o SPC DEL DEL DEL t o DEL w o SPC d i f f
e r e n t SPC t h i n g s . SPC E i t h e r SPC o f
SPC t h s e SPC DEL DEL DEL e s e SPC a r e SPC p r
e t t y RET TAB i m DEL DEL s i m p l e SPC t o SPC
c a l c u l a t e SPC f i r DEL DEL DEL F i r s t SPC
f o DEL DEL o f , SPC s o SPC F i r s t ( $ < DEL DEL
DEL DEL DEL DEL DEL DEL DEL : \ \ RET TAB $ DEL f DEL
F i r s t DEL DEL DEL DEL DEL \ t e x t b f { F i r
s t ( $ < e x p > $ ) SPC = SPC \ DEL $ \ { SPC ( ,
SPC a SPC \ } $ } DEL SPC } DEL DEL SPC } ESC x r e
p o r t - e m a c s SPC b u TAB RET

Recent messages:
Auto-saving...done
Saving file /home/eric/Dropbox/cs/cs131/6/hw6.hs...
Wrote /home/eric/Dropbox/cs/cs131/6/hw6.hs
(No changes need to be saved)
Mark set
Undo!
Auto-saving...done
Auto-saving...done
Auto-saving...done
/usr/bin/mail is not an executable.  Setting mail-interactive to t.





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

* bug#7219: Parentheses matching cursor blink in wrong place
  2010-10-15  4:28 bug#7219: Parentheses matching cursor blink in wrong place Eric Mullen
@ 2010-10-15  4:47 ` Eric Mullen
  2010-10-15  8:05 ` Andreas Schwab
  1 sibling, 0 replies; 5+ messages in thread
From: Eric Mullen @ 2010-10-15  4:47 UTC (permalink / raw)
  To: bug-gnu-emacs

Also, to give you some more test cases, the following lines also are
subject to this bug:

\textbf{First($<exp>$) = $\{ ``('', ``a'' \}$ }
\textbf{First($<tuple>$) = $\{ ``('', ``a'' \}$ }

However, this line is not subject to it (for some reason)

\textbf{First($<expTail>$) = $\{``e'', ``,'' \}$ }

Eric

On Thu, Oct 14, 2010 at 9:28 PM, Eric Mullen <emullen@cs.hmc.edu> wrote:
> I was editting a LaTeX file, doing homework for a programming languages
> class, when I typed in this line:
>
> \textbf{First($<exp>$) = $\{ (, a \}$ }
>
> When I put the final curly brace on, my cursor showed me the position
> of the opening brace that I closed, like it usually does. However, it
> snapped to the wrong place, the third $ in the line (and not the opening
> curly brace right after the \textbf). The problem persists in this
> bug reporting buffer, which does not have LaTeX syntax highlighting.
>
> I tried to do this from within emacs, but when I tried to send this, it gave
> me this message:
> Sending...failed with exit value 1
>
> Thus I am mailing it.
>
> Eric Mullen
> Harvey Mudd College '12
> Computer Science
> Avid Emacs User
>
> In GNU Emacs 23.1.1 (x86_64-pc-linux-gnu)
>  of 2010-03-29 on yellow, modified by Debian
> configured using `configure  '--build=x86_64-linux-gnu'
> '--host=x86_64-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib'
> '--libexecdir=/usr/lib' '--localstatedir=/var/lib'
> '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes'
> '--enable-locallisppath=/etc/emacs23:/etc/emacs:/usr/local/share/emacs/23.1/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/23.1/site-lisp:/usr/share/emacs/site-lisp:/usr/share/emacs/23.1/leim'
> '--with-x=no' 'build_alias=x86_64-linux-gnu'
> 'host_alias=x86_64-linux-gnu' 'CFLAGS=-DDEBIAN -g -O2' 'LDFLAGS=-g'
> 'CPPFLAGS=''
>
> Important settings:
>  value of $LC_ALL: nil
>  value of $LC_COLLATE: nil
>  value of $LC_CTYPE: nil
>  value of $LC_MESSAGES: nil
>  value of $LC_MONETARY: nil
>  value of $LC_NUMERIC: nil
>  value of $LC_TIME: nil
>  value of $LANG: en_US.utf8
>  value of $XMODIFIERS: nil
>  locale-coding-system: utf-8-unix
>  default-enable-multibyte-characters: t
>
> Major mode: LaTeX
>
> Minor modes in effect:
>  shell-dirtrack-mode: t
>  yas/global-mode: t
>  yas/minor-mode: t
>  menu-bar-mode: t
>  file-name-shadow-mode: t
>  global-font-lock-mode: t
>  font-lock-mode: t
>  global-auto-composition-mode: t
>  auto-composition-mode: t
>  auto-encryption-mode: t
>  auto-compression-mode: t
>  line-number-mode: t
>  transient-mark-mode: t
>
> Recent input:
> x p > 4 DEL $ ) SPC w o u l d SPC b e DEL DEL DEL DEL
> DEL DEL DEL DEL c a n SPC b e SPC c a l c u l a t e
> d SPC t w o SPC d i f f e r e n t SPC w a y s , SPC
> s i n c e RET TAB $ < e x p > $ SPC c a n SPC g o SPC
> t o SPC d o SPC DEL DEL DEL t o DEL w o SPC d i f f
> e r e n t SPC t h i n g s . SPC E i t h e r SPC o f
> SPC t h s e SPC DEL DEL DEL e s e SPC a r e SPC p r
> e t t y RET TAB i m DEL DEL s i m p l e SPC t o SPC
> c a l c u l a t e SPC f i r DEL DEL DEL F i r s t SPC
> f o DEL DEL o f , SPC s o SPC F i r s t ( $ < DEL DEL
> DEL DEL DEL DEL DEL DEL DEL : \ \ RET TAB $ DEL f DEL
> F i r s t DEL DEL DEL DEL DEL \ t e x t b f { F i r
> s t ( $ < e x p > $ ) SPC = SPC \ DEL $ \ { SPC ( ,
> SPC a SPC \ } $ } DEL SPC } DEL DEL SPC } ESC x r e
> p o r t - e m a c s SPC b u TAB RET
>
> Recent messages:
> Auto-saving...done
> Saving file /home/eric/Dropbox/cs/cs131/6/hw6.hs...
> Wrote /home/eric/Dropbox/cs/cs131/6/hw6.hs
> (No changes need to be saved)
> Mark set
> Undo!
> Auto-saving...done
> Auto-saving...done
> Auto-saving...done
> /usr/bin/mail is not an executable.  Setting mail-interactive to t.
>





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

* bug#7219: Parentheses matching cursor blink in wrong place
  2010-10-15  4:28 bug#7219: Parentheses matching cursor blink in wrong place Eric Mullen
  2010-10-15  4:47 ` Eric Mullen
@ 2010-10-15  8:05 ` Andreas Schwab
  2016-01-07  7:35   ` Alexis
  1 sibling, 1 reply; 5+ messages in thread
From: Andreas Schwab @ 2010-10-15  8:05 UTC (permalink / raw)
  To: Eric Mullen; +Cc: 7219

Eric Mullen <emullen@cs.hmc.edu> writes:

> I was editting a LaTeX file, doing homework for a programming languages
> class, when I typed in this line:
>
> \textbf{First($<exp>$) = $\{ (, a \}$ }
                               ^
You have an unbalanced paren.

> I tried to do this from within emacs, but when I tried to send this, it gave
> me this message:
> Sending...failed with exit value 1

> /usr/bin/mail is not an executable.  Setting mail-interactive to t.

That's probably why.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."





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

* bug#7219: Parentheses matching cursor blink in wrong place
  2010-10-15  8:05 ` Andreas Schwab
@ 2016-01-07  7:35   ` Alexis
  2016-03-04 14:42     ` Lars Ingebrigtsen
  0 siblings, 1 reply; 5+ messages in thread
From: Alexis @ 2016-01-07  7:35 UTC (permalink / raw)
  To: emullen; +Cc: 7219, Andreas Schwab

Andreas Schwab <schwab@linux-m68k.org> writes:

> Eric Mullen <emullen@cs.hmc.edu> writes:
>
>> I was editting a LaTeX file, doing homework for a programming languages
>> class, when I typed in this line:
>>
>> \textbf{First($<exp>$) = $\{ (, a \}$ }
>                                ^
> You have an unbalanced paren.
>
>> I tried to do this from within emacs, but when I tried to send this, it gave
>> me this message:
>> Sending...failed with exit value 1
>
>> /usr/bin/mail is not an executable.  Setting mail-interactive to t.
>
> That's probably why.

Eric, was that indeed the problem? Or are you still having paren
matching issues elsewhere? If the latter, could you please provide a new
example, starting from emacs -Q, and specifying which version of Emacs
you're using?





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

* bug#7219: Parentheses matching cursor blink in wrong place
  2016-01-07  7:35   ` Alexis
@ 2016-03-04 14:42     ` Lars Ingebrigtsen
  0 siblings, 0 replies; 5+ messages in thread
From: Lars Ingebrigtsen @ 2016-03-04 14:42 UTC (permalink / raw)
  To: Alexis; +Cc: 7219, Andreas Schwab, emullen

Alexis <flexibeast@gmail.com> writes:

> Andreas Schwab <schwab@linux-m68k.org> writes:
>
>> Eric Mullen <emullen@cs.hmc.edu> writes:
>>
>>> I was editting a LaTeX file, doing homework for a programming languages
>>> class, when I typed in this line:
>>>
>>> \textbf{First($<exp>$) = $\{ (, a \}$ }
>>                                ^
>> You have an unbalanced paren.
>>
>>> I tried to do this from within emacs, but when I tried to send this, it gave
>>> me this message:
>>> Sending...failed with exit value 1
>>
>>> /usr/bin/mail is not an executable.  Setting mail-interactive to t.
>>
>> That's probably why.
>
> Eric, was that indeed the problem? Or are you still having paren
> matching issues elsewhere? If the latter, could you please provide a new
> example, starting from emacs -Q, and specifying which version of Emacs
> you're using?

More information was requested, but no response was given within a few
months, so I'm closing this bug report.  If the problem still exists,
please reopen this bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





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

end of thread, other threads:[~2016-03-04 14:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-15  4:28 bug#7219: Parentheses matching cursor blink in wrong place Eric Mullen
2010-10-15  4:47 ` Eric Mullen
2010-10-15  8:05 ` Andreas Schwab
2016-01-07  7:35   ` Alexis
2016-03-04 14:42     ` 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).