Changeset d41294a for perl/lib


Ignore:
Timestamp:
Jul 11, 2009, 1:14:36 PM (15 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
c6ecf5c
Parents:
cf26b72
git-author:
Nelson Elhage <nelhage@mit.edu> (06/21/09 01:08:14)
git-committer:
Nelson Elhage <nelhage@mit.edu> (07/11/09 13:14:36)
Message:
Export some more functions to perl.

get_region, combined with save_excursion, is a very convenient way for
perl to access a specified piece of the buffer.

In addition, provide methods to get information about the current
point and mark.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perl/lib/BarnOwl/Editwin.pm

    rcf26b72 rd41294a  
    1818
    1919our @EXPORT_OK = qw(text_before_point text_after_point replace
    20                     point_move replace_region save_excursion);
     20                    point_move replace_region get_region
     21                    save_excursion current_column point mark);
    2122
    22231;
Note: See TracChangeset for help on using the changeset viewer.