unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#36133: Regex
@ 2019-06-08  8:06 Budi
  2019-06-08 11:17 ` Budi
  0 siblings, 1 reply; 3+ messages in thread
From: Budi @ 2019-06-08  8:06 UTC (permalink / raw)
  To: 36133

From: "U-DESKTOP-QP55KRT\\Budi"
<Budi@DESKTOP-QP55KRT.i-did-not-set--mail-host-address--so-tickle-me>
To: bug-gnu-emacs@gnu.org
Subject: 26.2;
--text follows this line--

I tried to match complemented characters which must not match newline:
(re-search-forward"\\=[^[a-z0-9(\"{<\r\n]+"nil t)

but when get on $ (newline) emits error as noted
if not get on $ simply works correctly



In GNU Emacs 26.2 (build 1, x86_64-pc-msys)
 of 2019-04-25 built on WARLOCK
Repository revision: b0e5479796001e2b2462b41e71caf947a150824d
Recent messages:
looking-back: Invalid search bound (wrong side of point)
Saving file /home/Budi/.emacs...
Wrote /home/Budi/.emacs
 25771
Entering debugger...
looking-back: Invalid search bound (wrong side of point)
Undo! [2 times]
Successful
 25630
Entering debugger...
looking-back: Invalid search bound (wrong side of point)
Configured using:
 'configure --prefix=/usr --build=x86_64-pc-msys --with-x-toolkit=no
 --with-sound=yes --with-modules --without-compress-install
 'CFLAGS=-pipe -O3 -fomit-frame-pointer -funroll-loops'
 CPPFLAGS=-DNDEBUG 'LDFLAGS=-s -Wl,-s''

Configured features:
SOUND GLIB NOTIFY ACL GNUTLS LIBXML2 ZLIB MODULES THREADS

Important settings:
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Emacs-Lisp

Minor modes in effect:
  show-paren-mode: t
  xterm-mouse-mode: t
  global-auto-complete-mode: t
  auto-complete-mode: t
  delete-selection-mode: t
  desktop-save-mode: t
  linum-mode: t
  mouse-wheel-mode: t
  tooltip-mode: t
  global-eldoc-mode: t
  eldoc-mode: t
  file-name-shadow-mode: t





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

* bug#36133: Regex
  2019-06-08  8:06 bug#36133: Regex Budi
@ 2019-06-08 11:17 ` Budi
  2019-06-08 12:22   ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Budi @ 2019-06-08 11:17 UTC (permalink / raw)
  To: 36133

I'm so sorry.. It's fine no bug.

The bug is in another regex line after jump to it

SORRY and THANKS

On 6/8/19, Budi <budikusasi@gmail.com> wrote:
> From: "U-DESKTOP-QP55KRT\\Budi"
> <Budi@DESKTOP-QP55KRT.i-did-not-set--mail-host-address--so-tickle-me>
> To: bug-gnu-emacs@gnu.org
> Subject: 26.2;
> --text follows this line--
>
> I tried to match complemented characters which must not match newline:
> (re-search-forward"\\=[^[a-z0-9(\"{<\r\n]+"nil t)
>
> but when get on $ (newline) emits error as noted
> if not get on $ simply works correctly
>
>
>
> In GNU Emacs 26.2 (build 1, x86_64-pc-msys)
>  of 2019-04-25 built on WARLOCK
> Repository revision: b0e5479796001e2b2462b41e71caf947a150824d
> Recent messages:
> looking-back: Invalid search bound (wrong side of point)
> Saving file /home/Budi/.emacs...
> Wrote /home/Budi/.emacs
>  25771
> Entering debugger...
> looking-back: Invalid search bound (wrong side of point)
> Undo! [2 times]
> Successful
>  25630
> Entering debugger...
> looking-back: Invalid search bound (wrong side of point)
> Configured using:
>  'configure --prefix=/usr --build=x86_64-pc-msys --with-x-toolkit=no
>  --with-sound=yes --with-modules --without-compress-install
>  'CFLAGS=-pipe -O3 -fomit-frame-pointer -funroll-loops'
>  CPPFLAGS=-DNDEBUG 'LDFLAGS=-s -Wl,-s''
>
> Configured features:
> SOUND GLIB NOTIFY ACL GNUTLS LIBXML2 ZLIB MODULES THREADS
>
> Important settings:
>   value of $LANG: en_US.UTF-8
>   locale-coding-system: utf-8-unix
>
> Major mode: Emacs-Lisp
>
> Minor modes in effect:
>   show-paren-mode: t
>   xterm-mouse-mode: t
>   global-auto-complete-mode: t
>   auto-complete-mode: t
>   delete-selection-mode: t
>   desktop-save-mode: t
>   linum-mode: t
>   mouse-wheel-mode: t
>   tooltip-mode: t
>   global-eldoc-mode: t
>   eldoc-mode: t
>   file-name-shadow-mode: t
>





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

* bug#36133: Regex
  2019-06-08 11:17 ` Budi
@ 2019-06-08 12:22   ` Eli Zaretskii
  0 siblings, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2019-06-08 12:22 UTC (permalink / raw)
  To: Budi; +Cc: 36133-done

> From: Budi <budikusasi@gmail.com>
> Date: Sat, 8 Jun 2019 18:17:15 +0700
> 
> I'm so sorry.. It's fine no bug.
> 
> The bug is in another regex line after jump to it
> 
> SORRY and THANKS

OK, closing.





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

end of thread, other threads:[~2019-06-08 12:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-08  8:06 bug#36133: Regex Budi
2019-06-08 11:17 ` Budi
2019-06-08 12:22   ` Eli Zaretskii

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