Menu

#4797 Let the parser interpret alist variables

Verified
Enhancement
2016-03-30
2016-03-13
No

Let the parser interpret alist variables

After

x.y = { c d e f }

this allows using

\x.y

instead of #(assoc-ref x 'y) in most places where the latter would work.

Also contains commit:

Create nested_property function

http://codereview.appspot.com/290560043

Related

Issues: #1670

Discussion

  • Anonymous

    Anonymous - 2016-03-14
    • Description has changed:

    Diff:

    
    
    • Needs: -->
    • Patch: new --> review
     
  • Anonymous

    Anonymous - 2016-03-14

    Passes make, make check and a full make doc.

     
  • Anonymous

    Anonymous - 2016-03-16
    • Patch: review --> countdown
     
  • Anonymous

    Anonymous - 2016-03-16

    Patch on countdown for March 19th.

     
  • Anonymous

    Anonymous - 2016-03-19

    Patch counted down - please push.

     
  • Anonymous

    Anonymous - 2016-03-19
    • Patch: countdown --> push
     
  • David Kastrup

    David Kastrup - 2016-03-19
    • labels: --> Fixed_2_19_39
    • status: Started --> Fixed
    • Patch: push -->
     
  • David Kastrup

    David Kastrup - 2016-03-19

    Pushed to staging as
    commit 9b6b2ba6b5b2950decb6810cee54a73a7f5340b3
    Author: David Kastrup dak@gnu.org
    Date: Mon Mar 7 22:32:02 2016 +0100

    Issue 4797: Let the parser interpret alist variables
    
    After
    
    x.y = { c d e f }
    
    this allows using
    
    \x.y
    
    instead of #(assoc-ref x 'y) in most places where the latter would work.
    

    commit ec7f5aca60d3df0c22a51bd0c5b0274e0e5994f3
    Author: David Kastrup dak@gnu.org
    Date: Mon Mar 7 18:41:36 2016 +0100

    Create nested_property function
    
     
  • Federico Bruni

    Federico Bruni - 2016-03-30
    • status: Fixed --> Verified
     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.