Skip to content
Prev 199380 / 398503 Next

Fancy quotes on Windows

On 11/6/2009 10:40 AM, James W. MacDonald wrote:
I don't see this.  Are you sure you haven't got a typo somewhere?

When I run options("useFancyQuotes") in a new session, I see

 > options("useFancyQuotes")
$useFancyQuotes
[1] TRUE

and when I ask for help, I see help pages that respect that choice, e.g.

 > ?mean

gives ?trim = 0? in the description of x.  If I set

 > options(useFancyQuotes=FALSE)
 > ?mean

I see 'trim = 0'.

Maybe if there's no typo, it's emacs or ESS that's messing up somehow.

Duncan Murdoch