all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: John Schoenick <johns@mozilla.com>
To: 12770@debbugs.gnu.org
Subject: bug#12770: 24.2.1; sh-mode parsing - bitwise leftshift misinterpreted as here-document inside arithmetic expansion $(( ))
Date: Tue, 30 Oct 2012 16:00:16 -0700	[thread overview]
Message-ID: <50905C00.8050208@mozilla.com> (raw)

The following, in a sh-mode buffer of shell-type bash:

echo -n $(( 5 << 2 ))

Will result in the remainder of the document being mis-interpreted as a 
here-document and mis-highlighted until a line containing a single 2 is 
encountered.

The equivalent:

let "r = 5 << 2"
echo -n $r

Is handled properly.

- John

In GNU Emacs 24.2.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.4.4)
  of 2012-08-28 on shaun
Windowing system distributor `The X.Org Foundation', version 11.0.11300000
Configured using:
  `configure '--prefix=/usr' '--sysconfdir=/etc' '--libexecdir=/usr/lib'
  '--localstatedir=/var' '--with-x-toolkit=gtk3' '--with-xft'
  'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector
  --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2'
  'LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro''

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.UTF-8
   value of $XMODIFIERS: nil
   locale-coding-system: utf-8-unix
   default enable-multibyte-characters: t

Major mode: Shell-script

Minor modes in effect:
   global-auto-complete-mode: t
   auto-complete-mode: t
   global-linum-mode: t
   linum-mode: t
   global-hl-line-mode: t
   shell-dirtrack-mode: t
   iswitchb-mode: t
   global-auto-revert-mode: t
   tooltip-mode: t
   mouse-wheel-mode: t
   file-name-shadow-mode: t
   global-font-lock-mode: t
   font-lock-mode: t
   auto-composition-mode: t
   auto-encryption-mode: t
   auto-compression-mode: t
   line-number-mode: t
   transient-mark-mode: t

Features:
(shadow sort mail-extr emacsbug message idna rfc822 mml mml-sec
mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils
mailheader apropos skeleton sh-script executable help-mode view misearch
multi-isearch re-builder rect js json imenu thingatpt newcomment cc-mode
cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars
cc-defs sgml-mode vc-git server auto-complete-clang auto-complete-config
auto-complete popup multi-term warnings term disp-table ehelp electric
linum color-theme wid-edit cl sendmail rfc2047 rfc2045 ietf-drums
mail-utils reporter hl-line tramp tramp-compat auth-source eieio
byte-opt bytecomp byte-compile cconv macroexp gnus-util mm-util
mail-prsvr password-cache shell pcomplete comint ansi-color ring
format-spec advice help-fns advice-preload tramp-loaddefs regexp-opt
iswitchb fill-column-indicator easy-mmode edmacro kmacro speedbar
sb-image ezimage dframe easymenu assoc ido time-date autorevert tooltip
ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd
fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer
select scroll-bar mouse jit-lock font-lock syntax facemenu font-core
frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai
tai-viet lao korean japanese hebrew greek romanian slovak czech european
ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help
simple abbrev minibuffer loaddefs button faces cus-face files
text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote make-network-process
dbusbind dynamic-setting system-font-setting font-render-setting
move-toolbar gtk x-toolkit x multi-tty emacs)





             reply	other threads:[~2012-10-30 23:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-30 23:00 John Schoenick [this message]
2012-10-31  2:47 ` bug#12770: 24.2.1; sh-mode parsing - bitwise leftshift misinterpreted as here-document inside arithmetic expansion $(( )) Stefan Monnier

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

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

  git send-email \
    --in-reply-to=50905C00.8050208@mozilla.com \
    --to=johns@mozilla.com \
    --cc=12770@debbugs.gnu.org \
    /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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.