[Tcl-bugs] [ tcl-Bugs-1615319 ] special treatment for "
by SourceForge.net other posts by this author
Dec 13 2006 2:31PM messages near this date
[Tcl-bugs] tk-cvs: "tk/doc button.n checkbutton.n entry.n frame.n label.n labelframe.n menu.n menubutton.n panedwindow.n radiobutton.n scrollbar.n ttk_button.n ttk_checkbutton.n ttk_combobox.n ttk_dialog.n ttk_entry.n ttk_frame.n ttk_image.n ttk_intro.n ttk_label.n ttk_labelframe.n ttk_menubutton.n ttk_notebook.n ttk_panedwindow.n ttk_progressbar.n ttk_radiobutton.n ttk_scrollbar.n ttk_separator.n ttk_sizegrip.n ttk_style.n ttk_treeview.n ttk_widget.n" modified
|
[Tcl-bugs] [ tcl-Bugs-1615277 ] string equal example wrong in doc
Bugs item #1615319, was opened at 2006-12-13 22:29
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=110894&aid=1615319&group_id=10894
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: 75. Tutorial
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: David Scott Cargo (escargo)
Assigned to: David N. Welton (davidw)
Summary: special treatment for "
Initial Comment:
Evaluation & Substitutions 2: Grouping arguments with {} discusses how {} are only special i
f the { starts and } ends a sequence of words.
This overlooks the case of ", which is also special only if it starts a word. (I found a so
ftware bug related to a missing starting " that was found because syntax coloring showed a l
ack of balance in the file I was editing.)
So, if you write
puts string"
you won't get quite the behavior you were expecting.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=110894&aid=1615319&group_id=10894
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Tcl-Bugs mailing list
Tcl-Bugs@[...].net
https://lists.sourceforge.net/lists/listinfo/tcl-bugs
|