Giter Site home page Giter Site logo

Comments (2)

vspinu avatar vspinu commented on August 10, 2024

For me it works as expected. I corrected a similar regexp bug a couple
of weeks ago. So it looks like it's solved in the development version.
I have in plan to rewrite the argument retriever in the future, to
completely eleminate this type of small quirks. Regexp is really a
pain to maintain :(

from ess.

mmaechler avatar mmaechler commented on August 10, 2024

On Tue, Apr 24, 2012 at 1:33 PM, Feng Li
[email protected]
wrote:

When I type

rtags(

in the console, the mini buffer shows only a few arguments as

rtags: path=".", pattern=".[RrSs]$", recrusive=F, src=list.files(path=pat{.})

but rtags has more arguments

    rtags(path = ".", pattern = ".[RrSs]$",
          recursive = FALSE,
          src = list.files(path = path, pattern = pattern,
                           full.names = TRUE,
                           recursive = recursive),
          keep.re = NULL,
          ofile = "", append = FALSE,
          verbose = getOption("verbose"))

I suspect this  is a bug rather than an expected behavior because the plot()  function has more arguments but all are displayed correctly.

Hmm, interesting.
I've observed the same behavior, occasionally as well.
It looked to me that this may have been a feature rather than a bug,
as it seemed the truncation was just so everything fit on one line...
But I agree that it is a bit confusing and ideally should be improved.
Martin

I have emacs 24.0.95.1 and ess 12.4 installed for Debian Wheezy Linux 64bit.

Thanks a lot!

Feng


Reply to this email directly or view it on GitHub:
#10

from ess.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.