Mercurial > emacs
view src/character.c @ 104810:86b7fe7d1d8f
2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
* org-protocol.el (org-protocol-store-link)
(org-protocol-remember, org-protocol-open-source): Add autoloads.
* org-compat.el (org-float-time): New function.
* org.el (org-clock-update-time-maybe)
(org-sort-entries-or-items, org-do-sort)
(org-evaluate-time-range, org-time-string-to-seconds)
(org-closed-in-range): Use `org-float-time'.
* org-timer.el (org-timer-start, org-timer-pause-or-continue)
(org-timer-seconds): Use `org-float-time'.
* org-clock.el (org-clock-get-clocked-time, org-clock-out)
(org-clock-sum, org-dblock-write:clocktable)
(org-clocktable-steps): Use `org-float-time'.
* org-agenda.el (org-agenda-last-marker-time)
(org-agenda-new-marker, org-diary): Use `org-float-time'.
* org-compat.el (w32-focus-frame): Declare the w32-focus-frame
function.
* org-exp.el (org-get-file-contents): Only protect lines that
really need it.
* org-html.el (require): Require cl for compilation.
* org.el: Avoid using `default-major-mode'.
* org-plot.el (require): Require CL only at compile time.
* org-exp.el (require): Require CL only at compile time.
* org-agenda.el (org-agenda-quit): When the agenda window is
dedicated, remove other windows before exiting, so that the frame
really will be killed.
* org-exp.el (org-export-handle-include-files): Reset START and
END for each loop cycle.
2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
* org.el (org-eval-in-calendar): Use
`org-select-frame-set-input-focus'.
* org-compat.el (org-select-frame-set-input-focus): New function.
* org.el (org-update-statistics-cookies): New function.
(org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
* org-src.el (org-edit-fixed-width-region): Set org-src-mode only
after the local variables are set.
* org-latex.el (org-export-latex-protect-amp): New function.
(org-export-latex-links): Protect link ampersands in tables.
* org-exp.el (org-export-select-backend-specific-text): Match in
two steps, to avoid regexp problems.
* org.el (org-offer-links-in-entry): Improve working with many and
duplicate links.
* org-agenda.el (org-agenda-show-1): Make more consistent with
normal cycling.
(org-agenda-cycle-show): Make more consistent with normal cycling.
* org-gnus.el (org-gnus-store-link): Restore the linking to a
website.
2009-09-02 Bastien Guerry <bzg@altern.org>
* org-latex.el (org-export-latex-first-lines): Bugfix.
2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
* org-clock.el (org-clock-modify-effort-estimate): Emit message
about new effort.
* org.el (org-set-effort): New function.
(org-mode-map): New key for effort setting command.
* org-agenda.el (org-agenda): Keep window setup when calling
agenda from within agenda window.
(org-agenda-mode-map): New keys for effort setting commands.
(org-agenda-menu): Add effort setting commands to menu.
(org-agenda-set-property, org-agenda-set-effort): New functions.
* org-latex.el (org-export-latex-tables): Fix
`org-table-last-alignment' and `org-table-last-column-widths' if
the first column has been removed.
2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
* org.el (org-remove-timestamp-with-keyword): Only remove in
entry, not in subtree.
* org-src.el (org-src-lang-modes): Add abbreviation elisp for
emacs lisp.
* org.el (org-open-at-point): When on headline, offer all strings
in entry.
* org-remember.el (org-remember-templates): Documentation fix.
* org.el (org-move-subtree-down): Use `org-get-next-sibling' and
`org-get-last-sibling' instead of the outline versions of these
functions.
(org-get-last-sibling): New function.
(org-refile): Use `org-get-next-sibling' instead of the outline
version of this function.
(org-clean-visibility-after-subtree-move): Use
`org-get-next-sibling' and `org-get-last-sibling' instead of the
outline versions of these functions.
2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
* org-agenda.el (org-prepare-agenda): When creating a new frame
for the agenda, make the window dedicated.
* org-agenda.el (org-agenda-mode-map): New keys for time motion.
* org-table.el (org-table-align): Change the order of reinsertion
and deletion, to avoid problems with overlays following the table.
* org.el (org-parse-time-string): Better error message.
(org-show-subtree): Use org-end-of-subtree.
* org-macs.el (org-goto-line): New defsubst.
* org.el (org-open-file, org-change-tag-in-region)
(org-fast-tag-show-exit): Don't use `goto-line'.
* org-table.el (org-table-align, org-table-insert-column)
(org-table-delete-column, org-table-move-column)
(org-table-sort-lines, org-table-copy-region)
(org-table-paste-rectangle, org-table-wrap-region)
(org-table-get-specials, org-table-rotate-recalc-marks)
(org-table-get-range, org-table-recalculate)
(org-table-edit-formulas, org-table-fedit-convert-buffer)
(org-table-show-reference, org-table-highlight-rectangle): Don't
use `goto-line'.
* org-src.el (org-edit-src-code, org-edit-fixed-width-region)
(org-edit-src-exit): Don't use `goto-line'.
* org-macs.el (org-preserve-lc): Don't use `goto-line'.
* org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
Don't use `goto-line'.
* org-exp.el (org-export-number-lines): Don't use `goto-line'.
* org-colview.el (org-columns, org-columns-redo)
(org-agenda-columns): Don't use `goto-line'.
* org-colview-xemacs.el (org-columns, org-agenda-columns): Don't
use `goto-line'.
* org-agenda.el (org-agenda-mode): Force visual line motion off.
(org-agenda-add-entry-text-maxlines): Improve docstring.
(org-agenda-start-with-entry-text-mode): New option.
(org-agenda-entry-text-maxlines): New option.
(org-agenda-entry-text-mode): New variable.
(org-agenda-mode): Set initial value of
`org-agenda-entry-text-mode'.
(org-agenda-mode-map): Add the `E' key.
(org-agenda-menu): Add entry text mode to the menu.
(org-agenda-get-some-entry-text): Fix line count bug.
(org-finalize-agenda): Apply entry text mode if appropriate.
(org-agenda-entry-text-show-here): New function.
(org-agenda-entry-text-show): New function.
(org-agenda-entry-text-hide): New function.
(org-agenda-view-mode-dispatch): Add entry text mode to the view
key menu.
(org-agenda-entry-text-mode): New command.
(org-agenda-set-mode-name): Add entry text mode to the mode line
string.
(org-agenda-undo, org-agenda-get-restriction-and-command)
(org-agenda-get-some-entry-text, org-agenda-redo): Don't use
`goto-line'.
2009-09-02 Bernt Hansen <bernt@norang.ca>
* org-clock.el (org-notify): Bugfix.
2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
* org-agenda.el (org-agenda-open-link): Handle multiple links and
check for after-string.
* org-gnus.el (org-gnus-store-link): Simplify.
* org.el (org-latex-regexps): Don't add extra empty lines for
display formulas.
2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
* org-agenda.el (org-agenda-get-some-entry-text): New function.
(org-agenda-add-entry-text): Use
`org-agenda-get-some-entry-text'.
* org.el (org-cycle-separator-lines): Update docstring.
(org-cycle-show-empty-lines): Handle negative values for
`org-cycle-show-empty-lines'.
* org-exp.el (org-export-protect-sub-super): New function.
(org-export-normalize-links): Protect the url of plain links from
supscript and superscript processing.
* org-remember.el (org-remember-escaped-%): New function.
(org-remember-apply-template): Use `org-remember-escaped-%' to
detect escaped % signs.
2009-09-02 Bastien Guerry <bzg@altern.org>
* org-timer.el (org-timer-set-timer): Use `org-notify' and play a
sound when showing the notification.
* org-clock.el (org-notify): New function.
(org-clock-notify-once-if-expired): Use `org-notify'.
* org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
and `gnus-article-mode' separately.
(gnus-summary-article-header): Fix the declare-function.
2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
* org-exp.el (org-export-format-source-code-or-example): Translate
language.
* org-src.el (org-src-lang-modes): New variable
(org-edit-src-code): Translate language.
* org-exp.el (org-export-format-source-code-or-example): Deal wit
the new structure of the `org-export-latex-listings-langs'
variable.
* org-latex.el (org-export-latex-listings-langs): Change structure
of the variable from plist to alist.
2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
* org.el (org-in-commented-line): New function.
2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
* org.el (org-hide-block-toggle): Make folded blocks searchable.
2009-09-02 Friedrich Delgado Friedrichs <friedel@nomaden.org> (tiny change)
* org.el (org-flag-drawer): More useful error.
2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
* org-remember.el (org-remember-apply-template): Use
org-icompleting-read.
* org-publish.el (org-publish): Use org-icompleting-read.
* org-colview.el (org-columns-edit-value, org-columns-new)
(org-insert-columns-dblock): Use org-icompleting-read.
* org-colview-xemacs.el (org-columns-edit-value)
(org-columns-new, org-insert-columns-dblock): Use
org-icompleting-read.
* org-attach.el (org-attach-delete-one, org-attach-open): Use
org-icompleting-read.
2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
* org.el (org-hierarchical-todo-statistics): Improve docstring.
(org-version): Return the version text.
(org-org-menu): Add a menu entry for the new bug reporter.
(org-submit-bug-report): New command.
* org-list.el (org-hierarchical-checkbox-statistics): Improve
docstring.
* org.el (org-emphasis-regexp-components): Add "`" to set of
pre-emphasis characters.
* org-latex.el (org-export-latex-classes): Always include the soul
package.
(org-export-latex-emphasis-alist): Use \st for strikethough.
* org-exp-blocks.el (org-export-blocks-preprocess): Use
`indent-code-rigidly' to indent.
* org-agenda.el (org-agenda-get-restriction-and-command): Remove
properties only if MATCH really is a string.
2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
* org-latex.el (org-export-latex-packages-alist): Fix
customization type.
* org.el (org-create-formula-image): Also use
`org-export-latex-packages-alist'.
* org-html.el (org-export-as-html): Fix bug in footnote regexp.
(org-export-as-html): Format footnotes correctly.
2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
* org.el (org-fast-tag-selection): Avoid text properties on tags
in the alist.
* org-agenda.el (org-agenda-get-restriction-and-command): Avoid
text properties on the match element.
2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
* org.el (org-set-regexps-and-options): Make sure the list of done
keywords is not invalid.
* org-exp.el (org-export-interpolate-newlines): New function.
2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
* org.el (org-format-latex): Avoid nested overlays.
* org-latex.el (org-export-latex-listings-langs): Add a few more
languages.
* org-exp.el (org-export-preprocess-apply-macros): Make sure to
ignore newlines and space before the first macro argument.
* org-latex.el (org-export-latex-tables): Remove save-excursion
around `org-table-align'.
2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
* org.el (org-export-html-special-string-regexps): Definition
moved into org.el
* org-exp.el (org-export-preprocess-apply-macros): Allow newlines
in macro calls.
2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
* org-latex.el (org-export-latex-listings)
(org-export-latex-listings-langs): New options.
* org-exp.el (org-export-format-source-code-or-example): Use
listing package if requested by the user.
2009-09-02 Bastien Guerry <bzg@altern.org>
* org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
command before actually switching to a buffer.
2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
* org-exp.el (org-get-file-contents): Only quote org lines when
the markup is src or example.
* org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
New option
(org-agenda-get-day-entries): Remember deadline results and pass
them on into the function getting the scheduling information.
(org-agenda-get-scheduled): Accept deadline results as parameters
and maybe skip some entries.
(org-agenda-skip-scheduled-if-deadline-is-shown): New option.
* org.el (org-insert-heading): When respecting content, do not
convert current line to headline.
* org-clock.el (org-clock-save-markers-for-cut-and-paste): Also
cheeeeeck the hd marker
(org-clock-in): Also set the hd marker.
(org-clock-out): Also set the hd marker.
(org-clock-cancel): Reset markers.
* org.el (org-clock-hd-marker): New marker.
* org-faces.el (org-agenda-clocking): New face.
* org-agenda.el (org-agenda-mark-clocking-task): New function.
(org-finalize-agenda): call `org-agenda-mark-clocking-task'.
* org.el (org-modules): Add org-track.el.
* org-agenda.el (org-agenda-bulk-marked-p): New function.
(org-agenda-bulk-mark, org-agenda-bulk-unmark): Use
`org-agenda-bulk-marked-p'.
(org-agenda-bulk-toggle): New command.
2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
* org.el (org-move-subtree-down): Hide subtree if it was folded,
not just the body.
* org-remember.el (org-remember-finalize): Avoid buffer-modified
messages.
author | Carsten Dominik <dominik@science.uva.nl> |
---|---|
date | Wed, 02 Sep 2009 12:59:52 +0000 |
parents | 1896419e9422 |
children | bac26aa40069 |
line wrap: on
line source
/* Basic character support. Copyright (C) 1995, 1997, 1998, 2001 Electrotechnical Laboratory, JAPAN. Licensed to the Free Software Foundation. Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H13PRO009 This file is part of GNU Emacs. GNU Emacs is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ /* At first, see the document in `character.h' to understand the code in this file. */ #ifdef emacs #include <config.h> #endif #include <stdio.h> #ifdef emacs #include <sys/types.h> #include "lisp.h" #include "character.h" #include "buffer.h" #include "charset.h" #include "composite.h" #include "disptab.h" #else /* not emacs */ #include "mulelib.h" #endif /* emacs */ Lisp_Object Qcharacterp; /* Vector of translation table ever defined. ID of a translation table is used to index this vector. */ Lisp_Object Vtranslation_table_vector; /* A char-table for characters which may invoke auto-filling. */ Lisp_Object Vauto_fill_chars; Lisp_Object Qauto_fill_chars; /* Char-table of information about which character to unify to which Unicode character. Mainly used by the macro MAYBE_UNIFY_CHAR. */ Lisp_Object Vchar_unify_table; /* A char-table. An element is non-nil iff the corresponding character has a printable glyph. */ Lisp_Object Vprintable_chars; /* A char-table. An elemnent is a column-width of the corresponding character. */ Lisp_Object Vchar_width_table; /* A char-table. An element is a symbol indicating the direction property of corresponding character. */ Lisp_Object Vchar_direction_table; /* Variable used locally in the macro FETCH_MULTIBYTE_CHAR. */ unsigned char *_fetch_multibyte_char_p; /* Char table of scripts. */ Lisp_Object Vchar_script_table; /* Alist of scripts vs representative characters. */ Lisp_Object Vscript_representative_chars; static Lisp_Object Qchar_script_table; Lisp_Object Vunicode_category_table; /* Mapping table from unibyte chars to multibyte chars. */ int unibyte_to_multibyte_table[256]; /* If character code C has modifier masks, reflect them to the character code if possible. Return the resulting code. */ int char_resolve_modifier_mask (c) int c; { /* A non-ASCII character can't reflect modifier bits to the code. */ if (! ASCII_CHAR_P ((c & ~CHAR_MODIFIER_MASK))) return c; /* For Meta, Shift, and Control modifiers, we need special care. */ if (c & CHAR_SHIFT) { /* Shift modifier is valid only with [A-Za-z]. */ if ((c & 0377) >= 'A' && (c & 0377) <= 'Z') c &= ~CHAR_SHIFT; else if ((c & 0377) >= 'a' && (c & 0377) <= 'z') c = (c & ~CHAR_SHIFT) - ('a' - 'A'); /* Shift modifier for control characters and SPC is ignored. */ else if ((c & ~CHAR_MODIFIER_MASK) <= 0x20) c &= ~CHAR_SHIFT; } if (c & CHAR_CTL) { /* Simulate the code in lread.c. */ /* Allow `\C- ' and `\C-?'. */ if ((c & 0377) == ' ') c &= ~0177 & ~ CHAR_CTL; else if ((c & 0377) == '?') c = 0177 | (c & ~0177 & ~CHAR_CTL); /* ASCII control chars are made from letters (both cases), as well as the non-letters within 0100...0137. */ else if ((c & 0137) >= 0101 && (c & 0137) <= 0132) c &= (037 | (~0177 & ~CHAR_CTL)); else if ((c & 0177) >= 0100 && (c & 0177) <= 0137) c &= (037 | (~0177 & ~CHAR_CTL)); } if (c & CHAR_META) { /* Move the meta bit to the right place for a string. */ c = (c & ~CHAR_META) | 0x80; } return c; } /* Store multibyte form of character C at P. If C has modifier bits, handle them appropriately. */ int char_string (c, p) unsigned c; unsigned char *p; { int bytes; if (c & CHAR_MODIFIER_MASK) { c = (unsigned) char_resolve_modifier_mask ((int) c); /* If C still has any modifier bits, just ignore it. */ c &= ~CHAR_MODIFIER_MASK; } MAYBE_UNIFY_CHAR (c); if (c <= MAX_3_BYTE_CHAR) { bytes = CHAR_STRING (c, p); } else if (c <= MAX_4_BYTE_CHAR) { p[0] = (0xF0 | (c >> 18)); p[1] = (0x80 | ((c >> 12) & 0x3F)); p[2] = (0x80 | ((c >> 6) & 0x3F)); p[3] = (0x80 | (c & 0x3F)); bytes = 4; } else if (c <= MAX_5_BYTE_CHAR) { p[0] = 0xF8; p[1] = (0x80 | ((c >> 18) & 0x0F)); p[2] = (0x80 | ((c >> 12) & 0x3F)); p[3] = (0x80 | ((c >> 6) & 0x3F)); p[4] = (0x80 | (c & 0x3F)); bytes = 5; } else if (c <= MAX_CHAR) { c = CHAR_TO_BYTE8 (c); bytes = BYTE8_STRING (c, p); } else error ("Invalid character: %d", c); return bytes; } /* Return a character whose multibyte form is at P. Set LEN is not NULL, it must be a pointer to integer. In that case, set *LEN to the byte length of the multibyte form. If ADVANCED is not NULL, is must be a pointer to unsigned char. In that case, set *ADVANCED to the ending address (i.e. the starting address of the next character) of the multibyte form. */ int string_char (p, advanced, len) const unsigned char *p; const unsigned char **advanced; int *len; { int c; const unsigned char *saved_p = p; if (*p < 0x80 || ! (*p & 0x20) || ! (*p & 0x10)) { c = STRING_CHAR_ADVANCE (p); } else if (! (*p & 0x08)) { c = ((((p)[0] & 0xF) << 18) | (((p)[1] & 0x3F) << 12) | (((p)[2] & 0x3F) << 6) | ((p)[3] & 0x3F)); p += 4; } else { c = ((((p)[1] & 0x3F) << 18) | (((p)[2] & 0x3F) << 12) | (((p)[3] & 0x3F) << 6) | ((p)[4] & 0x3F)); p += 5; } MAYBE_UNIFY_CHAR (c); if (len) *len = p - saved_p; if (advanced) *advanced = p; return c; } /* Translate character C by translation table TABLE. If C is negative, translate a character specified by CHARSET and CODE. If no translation is found in TABLE, return the untranslated character. If TABLE is a list, elements are char tables. In this case, translace C by all tables. */ int translate_char (table, c) Lisp_Object table; int c; { if (CHAR_TABLE_P (table)) { Lisp_Object ch; ch = CHAR_TABLE_REF (table, c); if (CHARACTERP (ch)) c = XINT (ch); } else { for (; CONSP (table); table = XCDR (table)) c = translate_char (XCAR (table), c); } return c; } /* Convert ASCII or 8-bit character C to unibyte. If C is none of them, return (C & 0xFF). The argument REV_TBL is now ignored. It will be removed in the future. */ int multibyte_char_to_unibyte (c, rev_tbl) int c; Lisp_Object rev_tbl; { if (c < 0x80) return c; if (CHAR_BYTE8_P (c)) return CHAR_TO_BYTE8 (c); return (c & 0xFF); } /* Like multibyte_char_to_unibyte, but return -1 if C is not supported by charset_unibyte. */ int multibyte_char_to_unibyte_safe (c) int c; { if (c < 0x80) return c; if (CHAR_BYTE8_P (c)) return CHAR_TO_BYTE8 (c); return -1; } DEFUN ("characterp", Fcharacterp, Scharacterp, 1, 2, 0, doc: /* Return non-nil if OBJECT is a character. */) (object, ignore) Lisp_Object object, ignore; { return (CHARACTERP (object) ? Qt : Qnil); } DEFUN ("max-char", Fmax_char, Smax_char, 0, 0, 0, doc: /* Return the character of the maximum code. */) () { return make_number (MAX_CHAR); } DEFUN ("unibyte-char-to-multibyte", Funibyte_char_to_multibyte, Sunibyte_char_to_multibyte, 1, 1, 0, doc: /* Convert the byte CH to multibyte character. */) (ch) Lisp_Object ch; { int c; CHECK_CHARACTER (ch); c = XFASTINT (ch); if (c >= 0x100) error ("Not a unibyte character: %d", c); if (c >= 0x80) c = BYTE8_TO_CHAR (c); return make_number (c); } DEFUN ("multibyte-char-to-unibyte", Fmultibyte_char_to_unibyte, Smultibyte_char_to_unibyte, 1, 1, 0, doc: /* Convert the multibyte character CH to a byte. If the multibyte character does not represent a byte, return -1. */) (ch) Lisp_Object ch; { int cm; CHECK_CHARACTER (ch); cm = XFASTINT (ch); if (cm < 256) /* Can't distinguish a byte read from a unibyte buffer from a latin1 char, so let's let it slide. */ return ch; else { int cu = CHAR_TO_BYTE_SAFE (cm); return make_number (cu); } } DEFUN ("char-bytes", Fchar_bytes, Schar_bytes, 1, 1, 0, doc: /* Return 1 regardless of the argument CHAR. This is now an obsolete function. We keep it just for backward compatibility. usage: (char-bytes CHAR) */) (ch) Lisp_Object ch; { CHECK_CHARACTER (ch); return make_number (1); } DEFUN ("char-width", Fchar_width, Schar_width, 1, 1, 0, doc: /* Return width of CHAR when displayed in the current buffer. The width is measured by how many columns it occupies on the screen. Tab is taken to occupy `tab-width' columns. usage: (char-width CHAR) */) (ch) Lisp_Object ch; { Lisp_Object disp; int c, width; struct Lisp_Char_Table *dp = buffer_display_table (); CHECK_CHARACTER (ch); c = XINT (ch); /* Get the way the display table would display it. */ disp = dp ? DISP_CHAR_VECTOR (dp, c) : Qnil; if (VECTORP (disp)) width = ASIZE (disp); else width = CHAR_WIDTH (c); return make_number (width); } /* Return width of string STR of length LEN when displayed in the current buffer. The width is measured by how many columns it occupies on the screen. If PRECISION > 0, return the width of longest substring that doesn't exceed PRECISION, and set number of characters and bytes of the substring in *NCHARS and *NBYTES respectively. */ int c_string_width (const unsigned char *str, int len, int precision, int *nchars, int *nbytes) { int i = 0, i_byte = 0; int width = 0; struct Lisp_Char_Table *dp = buffer_display_table (); while (i_byte < len) { int bytes, thiswidth; Lisp_Object val; int c = STRING_CHAR_AND_LENGTH (str + i_byte, len - i_byte, bytes); if (dp) { val = DISP_CHAR_VECTOR (dp, c); if (VECTORP (val)) thiswidth = XVECTOR (val)->size; else thiswidth = CHAR_WIDTH (c); } else { thiswidth = CHAR_WIDTH (c); } if (precision > 0 && (width + thiswidth > precision)) { *nchars = i; *nbytes = i_byte; return width; } i++; i_byte += bytes; width += thiswidth; } if (precision > 0) { *nchars = i; *nbytes = i_byte; } return width; } /* Return width of string STR of length LEN when displayed in the current buffer. The width is measured by how many columns it occupies on the screen. */ int strwidth (str, len) unsigned char *str; int len; { return c_string_width (str, len, -1, NULL, NULL); } /* Return width of Lisp string STRING when displayed in the current buffer. The width is measured by how many columns it occupies on the screen while paying attention to compositions. If PRECISION > 0, return the width of longest substring that doesn't exceed PRECISION, and set number of characters and bytes of the substring in *NCHARS and *NBYTES respectively. */ int lisp_string_width (string, precision, nchars, nbytes) Lisp_Object string; int precision, *nchars, *nbytes; { int len = SCHARS (string); /* This set multibyte to 0 even if STRING is multibyte when it contains only ascii and eight-bit-graphic, but that's intentional. */ int multibyte = len < SBYTES (string); unsigned char *str = SDATA (string); int i = 0, i_byte = 0; int width = 0; struct Lisp_Char_Table *dp = buffer_display_table (); while (i < len) { int chars, bytes, thiswidth; Lisp_Object val; int cmp_id; EMACS_INT ignore, end; if (find_composition (i, -1, &ignore, &end, &val, string) && ((cmp_id = get_composition_id (i, i_byte, end - i, val, string)) >= 0)) { thiswidth = composition_table[cmp_id]->width; chars = end - i; bytes = string_char_to_byte (string, end) - i_byte; } else { int c; if (multibyte) c = STRING_CHAR_AND_LENGTH (str + i_byte, len - i_byte, bytes); else c = str[i_byte], bytes = 1; chars = 1; if (dp) { val = DISP_CHAR_VECTOR (dp, c); if (VECTORP (val)) thiswidth = XVECTOR (val)->size; else thiswidth = CHAR_WIDTH (c); } else { thiswidth = CHAR_WIDTH (c); } } if (precision > 0 && (width + thiswidth > precision)) { *nchars = i; *nbytes = i_byte; return width; } i += chars; i_byte += bytes; width += thiswidth; } if (precision > 0) { *nchars = i; *nbytes = i_byte; } return width; } DEFUN ("string-width", Fstring_width, Sstring_width, 1, 1, 0, doc: /* Return width of STRING when displayed in the current buffer. Width is measured by how many columns it occupies on the screen. When calculating width of a multibyte character in STRING, only the base leading-code is considered; the validity of the following bytes is not checked. Tabs in STRING are always taken to occupy `tab-width' columns. usage: (string-width STRING) */) (str) Lisp_Object str; { Lisp_Object val; CHECK_STRING (str); XSETFASTINT (val, lisp_string_width (str, -1, NULL, NULL)); return val; } DEFUN ("char-direction", Fchar_direction, Schar_direction, 1, 1, 0, doc: /* Return the direction of CHAR. The returned value is 0 for left-to-right and 1 for right-to-left. usage: (char-direction CHAR) */) (ch) Lisp_Object ch; { int c; CHECK_CHARACTER (ch); c = XINT (ch); return CHAR_TABLE_REF (Vchar_direction_table, c); } /* Return the number of characters in the NBYTES bytes at PTR. This works by looking at the contents and checking for multibyte sequences while assuming that there's no invalid sequence. However, if the current buffer has enable-multibyte-characters = nil, we treat each byte as a character. */ EMACS_INT chars_in_text (ptr, nbytes) const unsigned char *ptr; EMACS_INT nbytes; { /* current_buffer is null at early stages of Emacs initialization. */ if (current_buffer == 0 || NILP (current_buffer->enable_multibyte_characters)) return nbytes; return multibyte_chars_in_text (ptr, nbytes); } /* Return the number of characters in the NBYTES bytes at PTR. This works by looking at the contents and checking for multibyte sequences while assuming that there's no invalid sequence. It ignores enable-multibyte-characters. */ EMACS_INT multibyte_chars_in_text (ptr, nbytes) const unsigned char *ptr; EMACS_INT nbytes; { const unsigned char *endp = ptr + nbytes; int chars = 0; while (ptr < endp) { int len = MULTIBYTE_LENGTH (ptr, endp); if (len == 0) abort (); ptr += len; chars++; } return chars; } /* Parse unibyte text at STR of LEN bytes as a multibyte text, count characters and bytes in it, and store them in *NCHARS and *NBYTES respectively. On counting bytes, pay attention to that 8-bit characters not constructing a valid multibyte sequence are represented by 2-byte in a multibyte text. */ void parse_str_as_multibyte (str, len, nchars, nbytes) const unsigned char *str; int len, *nchars, *nbytes; { const unsigned char *endp = str + len; int n, chars = 0, bytes = 0; if (len >= MAX_MULTIBYTE_LENGTH) { const unsigned char *adjusted_endp = endp - MAX_MULTIBYTE_LENGTH; while (str < adjusted_endp) { if ((n = MULTIBYTE_LENGTH_NO_CHECK (str)) > 0) str += n, bytes += n; else str++, bytes += 2; chars++; } } while (str < endp) { if ((n = MULTIBYTE_LENGTH (str, endp)) > 0) str += n, bytes += n; else str++, bytes += 2; chars++; } *nchars = chars; *nbytes = bytes; return; } /* Arrange unibyte text at STR of NBYTES bytes as a multibyte text. It actually converts only such 8-bit characters that don't contruct a multibyte sequence to multibyte forms of Latin-1 characters. If NCHARS is nonzero, set *NCHARS to the number of characters in the text. It is assured that we can use LEN bytes at STR as a work area and that is enough. Return the number of bytes of the resulting text. */ int str_as_multibyte (str, len, nbytes, nchars) unsigned char *str; int len, nbytes, *nchars; { unsigned char *p = str, *endp = str + nbytes; unsigned char *to; int chars = 0; int n; if (nbytes >= MAX_MULTIBYTE_LENGTH) { unsigned char *adjusted_endp = endp - MAX_MULTIBYTE_LENGTH; while (p < adjusted_endp && (n = MULTIBYTE_LENGTH_NO_CHECK (p)) > 0) p += n, chars++; } while ((n = MULTIBYTE_LENGTH (p, endp)) > 0) p += n, chars++; if (nchars) *nchars = chars; if (p == endp) return nbytes; to = p; nbytes = endp - p; endp = str + len; safe_bcopy ((char *) p, (char *) (endp - nbytes), nbytes); p = endp - nbytes; if (nbytes >= MAX_MULTIBYTE_LENGTH) { unsigned char *adjusted_endp = endp - MAX_MULTIBYTE_LENGTH; while (p < adjusted_endp) { if ((n = MULTIBYTE_LENGTH_NO_CHECK (p)) > 0) { while (n--) *to++ = *p++; } else { int c = *p++; c = BYTE8_TO_CHAR (c); to += CHAR_STRING (c, to); } } chars++; } while (p < endp) { if ((n = MULTIBYTE_LENGTH (p, endp)) > 0) { while (n--) *to++ = *p++; } else { int c = *p++; c = BYTE8_TO_CHAR (c); to += CHAR_STRING (c, to); } chars++; } if (nchars) *nchars = chars; return (to - str); } /* Parse unibyte string at STR of LEN bytes, and return the number of bytes it may ocupy when converted to multibyte string by `str_to_multibyte'. */ int parse_str_to_multibyte (str, len) unsigned char *str; int len; { unsigned char *endp = str + len; int bytes; for (bytes = 0; str < endp; str++) bytes += (*str < 0x80) ? 1 : 2; return bytes; } /* Convert unibyte text at STR of NBYTES bytes to a multibyte text that contains the same single-byte characters. It actually converts all 8-bit characters to multibyte forms. It is assured that we can use LEN bytes at STR as a work area and that is enough. */ int str_to_multibyte (str, len, bytes) unsigned char *str; int len, bytes; { unsigned char *p = str, *endp = str + bytes; unsigned char *to; while (p < endp && *p < 0x80) p++; if (p == endp) return bytes; to = p; bytes = endp - p; endp = str + len; safe_bcopy ((char *) p, (char *) (endp - bytes), bytes); p = endp - bytes; while (p < endp) { int c = *p++; if (c >= 0x80) c = BYTE8_TO_CHAR (c); to += CHAR_STRING (c, to); } return (to - str); } /* Arrange multibyte text at STR of LEN bytes as a unibyte text. It actually converts characters in the range 0x80..0xFF to unibyte. */ int str_as_unibyte (str, bytes) unsigned char *str; int bytes; { const unsigned char *p = str, *endp = str + bytes; unsigned char *to; int c, len; while (p < endp) { c = *p; len = BYTES_BY_CHAR_HEAD (c); if (CHAR_BYTE8_HEAD_P (c)) break; p += len; } to = str + (p - str); while (p < endp) { c = *p; len = BYTES_BY_CHAR_HEAD (c); if (CHAR_BYTE8_HEAD_P (c)) { c = STRING_CHAR_ADVANCE (p); *to++ = CHAR_TO_BYTE8 (c); } else { while (len--) *to++ = *p++; } } return (to - str); } /* Convert eight-bit chars in SRC (in multibyte form) to the corresponding byte and store in DST. CHARS is the number of characters in SRC. The value is the number of bytes stored in DST. Usually, the value is the same as CHARS, but is less than it if SRC contains a non-ASCII, non-eight-bit characater. If ACCEPT_LATIN_1 is nonzero, a Latin-1 character is accepted and converted to a byte of that character code. Note: Currently the arg ACCEPT_LATIN_1 is not used. */ EMACS_INT str_to_unibyte (src, dst, chars, accept_latin_1) const unsigned char *src; unsigned char *dst; EMACS_INT chars; int accept_latin_1; { EMACS_INT i; for (i = 0; i < chars; i++) { int c = STRING_CHAR_ADVANCE (src); if (CHAR_BYTE8_P (c)) c = CHAR_TO_BYTE8 (c); else if (! ASCII_CHAR_P (c) && (! accept_latin_1 || c >= 0x100)) return i; *dst++ = c; } return i; } int string_count_byte8 (string) Lisp_Object string; { int multibyte = STRING_MULTIBYTE (string); int nbytes = SBYTES (string); unsigned char *p = SDATA (string); unsigned char *pend = p + nbytes; int count = 0; int c, len; if (multibyte) while (p < pend) { c = *p; len = BYTES_BY_CHAR_HEAD (c); if (CHAR_BYTE8_HEAD_P (c)) count++; p += len; } else while (p < pend) { if (*p++ >= 0x80) count++; } return count; } Lisp_Object string_escape_byte8 (string) Lisp_Object string; { int nchars = SCHARS (string); int nbytes = SBYTES (string); int multibyte = STRING_MULTIBYTE (string); int byte8_count; const unsigned char *src, *src_end; unsigned char *dst; Lisp_Object val; int c, len; if (multibyte && nchars == nbytes) return string; byte8_count = string_count_byte8 (string); if (byte8_count == 0) return string; if (multibyte) /* Convert 2-byte sequence of byte8 chars to 4-byte octal. */ val = make_uninit_multibyte_string (nchars + byte8_count * 3, nbytes + byte8_count * 2); else /* Convert 1-byte sequence of byte8 chars to 4-byte octal. */ val = make_uninit_string (nbytes + byte8_count * 3); src = SDATA (string); src_end = src + nbytes; dst = SDATA (val); if (multibyte) while (src < src_end) { c = *src; len = BYTES_BY_CHAR_HEAD (c); if (CHAR_BYTE8_HEAD_P (c)) { c = STRING_CHAR_ADVANCE (src); c = CHAR_TO_BYTE8 (c); sprintf ((char *) dst, "\\%03o", c); dst += 4; } else while (len--) *dst++ = *src++; } else while (src < src_end) { c = *src++; if (c >= 0x80) { sprintf ((char *) dst, "\\%03o", c); dst += 4; } else *dst++ = c; } return val; } DEFUN ("string", Fstring, Sstring, 0, MANY, 0, doc: /* Concatenate all the argument characters and make the result a string. usage: (string &rest CHARACTERS) */) (n, args) int n; Lisp_Object *args; { int i; unsigned char *buf = (unsigned char *) alloca (MAX_MULTIBYTE_LENGTH * n); unsigned char *p = buf; int c; for (i = 0; i < n; i++) { CHECK_CHARACTER (args[i]); c = XINT (args[i]); p += CHAR_STRING (c, p); } return make_string_from_bytes ((char *) buf, n, p - buf); } DEFUN ("unibyte-string", Funibyte_string, Sunibyte_string, 0, MANY, 0, doc: /* Concatenate all the argument bytes and make the result a unibyte string. usage: (unibyte-string &rest BYTES) */) (n, args) int n; Lisp_Object *args; { int i; unsigned char *buf = (unsigned char *) alloca (n); unsigned char *p = buf; unsigned c; for (i = 0; i < n; i++) { CHECK_NATNUM (args[i]); c = XFASTINT (args[i]); if (c >= 256) args_out_of_range_3 (args[i], make_number (0), make_number (255)); *p++ = c; } return make_string_from_bytes ((char *) buf, n, p - buf); } DEFUN ("char-resolve-modifiers", Fchar_resolve_modifiers, Schar_resolve_modifiers, 1, 1, 0, doc: /* Resolve modifiers in the character CHAR. The value is a character with modifiers resolved into the character code. Unresolved modifiers are kept in the value. usage: (char-resolve-modifiers CHAR) */) (character) Lisp_Object character; { int c; CHECK_NUMBER (character); c = XINT (character); return make_number (char_resolve_modifier_mask (c)); } DEFUN ("get-byte", Fget_byte, Sget_byte, 0, 2, 0, doc: /* Return a byte value of a character at point. Optional 1st arg POSITION, if non-nil, is a position of a character to get a byte value. Optional 2nd arg STRING, if non-nil, is a string of which first character is a target to get a byte value. In this case, POSITION, if non-nil, is an index of a target character in the string. If the current buffer (or STRING) is multibyte, and the target character is not ASCII nor 8-bit character, an error is signalled. */) (position, string) Lisp_Object position, string; { int c; EMACS_INT pos; unsigned char *p; if (NILP (string)) { if (NILP (position)) { p = PT_ADDR; } else { CHECK_NUMBER_COERCE_MARKER (position); if (XINT (position) < BEGV || XINT (position) >= ZV) args_out_of_range_3 (position, make_number (BEGV), make_number (ZV)); pos = XFASTINT (position); p = CHAR_POS_ADDR (pos); } if (NILP (current_buffer->enable_multibyte_characters)) return make_number (*p); } else { CHECK_STRING (string); if (NILP (position)) { p = SDATA (string); } else { CHECK_NATNUM (position); if (XINT (position) >= SCHARS (string)) args_out_of_range (string, position); pos = XFASTINT (position); p = SDATA (string) + string_char_to_byte (string, pos); } if (! STRING_MULTIBYTE (string)) return make_number (*p); } c = STRING_CHAR (p, 0); if (CHAR_BYTE8_P (c)) c = CHAR_TO_BYTE8 (c); else if (! ASCII_CHAR_P (c)) error ("Not an ASCII nor an 8-bit character: %d", c); return make_number (c); } void init_character_once () { } #ifdef emacs void syms_of_character () { DEFSYM (Qcharacterp, "characterp"); DEFSYM (Qauto_fill_chars, "auto-fill-chars"); staticpro (&Vchar_unify_table); Vchar_unify_table = Qnil; defsubr (&Smax_char); defsubr (&Scharacterp); defsubr (&Sunibyte_char_to_multibyte); defsubr (&Smultibyte_char_to_unibyte); defsubr (&Schar_bytes); defsubr (&Schar_width); defsubr (&Sstring_width); defsubr (&Schar_direction); defsubr (&Sstring); defsubr (&Sunibyte_string); defsubr (&Schar_resolve_modifiers); defsubr (&Sget_byte); DEFVAR_LISP ("translation-table-vector", &Vtranslation_table_vector, doc: /* Vector recording all translation tables ever defined. Each element is a pair (SYMBOL . TABLE) relating the table to the symbol naming it. The ID of a translation table is an index into this vector. */); Vtranslation_table_vector = Fmake_vector (make_number (16), Qnil); DEFVAR_LISP ("auto-fill-chars", &Vauto_fill_chars, doc: /* A char-table for characters which invoke auto-filling. Such characters have value t in this table. */); Vauto_fill_chars = Fmake_char_table (Qauto_fill_chars, Qnil); CHAR_TABLE_SET (Vauto_fill_chars, ' ', Qt); CHAR_TABLE_SET (Vauto_fill_chars, '\n', Qt); DEFVAR_LISP ("char-width-table", &Vchar_width_table, doc: /* A char-table for width (columns) of each character. */); Vchar_width_table = Fmake_char_table (Qnil, make_number (1)); char_table_set_range (Vchar_width_table, 0x80, 0x9F, make_number (4)); char_table_set_range (Vchar_width_table, MAX_5_BYTE_CHAR + 1, MAX_CHAR, make_number (4)); DEFVAR_LISP ("char-direction-table", &Vchar_direction_table, doc: /* A char-table for direction of each character. */); Vchar_direction_table = Fmake_char_table (Qnil, make_number (1)); DEFVAR_LISP ("printable-chars", &Vprintable_chars, doc: /* A char-table for each printable character. */); Vprintable_chars = Fmake_char_table (Qnil, Qnil); Fset_char_table_range (Vprintable_chars, Fcons (make_number (32), make_number (126)), Qt); Fset_char_table_range (Vprintable_chars, Fcons (make_number (160), make_number (MAX_5_BYTE_CHAR)), Qt); DEFVAR_LISP ("char-script-table", &Vchar_script_table, doc: /* Char table of script symbols. It has one extra slot whose value is a list of script symbols. */); /* Intern this now in case it isn't already done. Setting this variable twice is harmless. But don't staticpro it here--that is done in alloc.c. */ Qchar_table_extra_slots = intern ("char-table-extra-slots"); DEFSYM (Qchar_script_table, "char-script-table"); Fput (Qchar_script_table, Qchar_table_extra_slots, make_number (1)); Vchar_script_table = Fmake_char_table (Qchar_script_table, Qnil); DEFVAR_LISP ("script-representative-chars", &Vscript_representative_chars, doc: /* Alist of scripts vs the representative characters. Each element is a cons (SCRIPT . CHARS). SCRIPT is a symbol representing a script or a subgroup of a script. CHARS is a list or a vector of characters. If it is a list, all characters in the list are necessary for supporting SCRIPT. If it is a vector, one of the characters in the vector is necessary. This variable is used to find a font for a specific script. */); Vscript_representative_chars = Qnil; DEFVAR_LISP ("unicode-category-table", &Vunicode_category_table, doc: /* Char table of Unicode's "General Category". All Unicode characters have one of the following values (symbol): Lu, Ll, Lt, Lm, Lo, Mn, Mc, Me, Nd, Nl, No, Pc, Pd, Ps, Pe, Pi, Pf, Po, Sm, Sc, Sk, So, Zs, Zl, Zp, Cc, Cf, Cs, Co, Cn See The Unicode Standard for the meaning of those values. */); /* The correct char-table is setup in characters.el. */ Vunicode_category_table = Qnil; } #endif /* emacs */ /* arch-tag: b6665960-3c3d-4184-85cd-af4318197999 (do not change this comment) */