diff options
| author | Eli Zaretskii | 2016-01-13 20:11:52 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2016-01-13 20:11:52 +0200 |
| commit | c8eb45da88e05453e78440fedf09a143c832d5a0 (patch) | |
| tree | 24ec884f2abe6a5992d8a7bb7ffd90fd7deab33b /etc | |
| parent | d3776e9f7c9e6ae3ac4c5afff0c33bff73665759 (diff) | |
| download | emacs-c8eb45da88e05453e78440fedf09a143c832d5a0.tar.gz emacs-c8eb45da88e05453e78440fedf09a143c832d5a0.zip | |
Document 'bufferpos-to-filepos' and 'filepos-to-bufferpos'
* doc/lispref/nonascii.texi (Text Representations): Document
'bufferpos-to-filepos' and 'filepos-to-bufferpos'.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -1340,7 +1340,10 @@ parsing functions like `forward-sexp'. | |||
| 1340 | `prefix-command-preserve-state-hook' allow the definition of prefix | 1340 | `prefix-command-preserve-state-hook' allow the definition of prefix |
| 1341 | commands other than the predefined `C-u'. | 1341 | commands other than the predefined `C-u'. |
| 1342 | 1342 | ||
| 1343 | +++ | ||
| 1343 | ** New functions `filepos-to-bufferpos' and `bufferpos-to-filepos'. | 1344 | ** New functions `filepos-to-bufferpos' and `bufferpos-to-filepos'. |
| 1345 | These allow to convert between buffer positions and the corresponding | ||
| 1346 | file byte offsets, given the file's encoding. | ||
| 1344 | 1347 | ||
| 1345 | ** The default value of `load-read-function' is now `read'. | 1348 | ** The default value of `load-read-function' is now `read'. |
| 1346 | 1349 | ||