all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dmitry Gutov <dgutov@yandex.ru>
To: Eli Zaretskii <eliz@gnu.org>
Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org
Subject: Re: [elpa] 02/04: company-clang: handle multibyte chars between bol and point
Date: Wed, 19 Mar 2014 19:56:34 +0200	[thread overview]
Message-ID: <5329DA52.2030704@yandex.ru> (raw)
In-Reply-To: <834n2u9lj7.fsf@gnu.org>

On 19.03.2014 18:54, Eli Zaretskii wrote:

> Sorry, maybe I'm missing something, but I don't see how this could be
> a reasonable assumption.  Don't you need to produce the same byte
> stream as would be found in the file when saved to disk?

Since we only need to count the bytes between the bol and point (on 
disk, yes), and multibyte chars are relatively rare, we can afford not 
to be very accurate.

But if you could point out an easy way to obtain that byte count more 
correctly, that would be quite welcome.

> If so, then
> you need to produce data about byte counts as they will be in that
> encoding, which is defined by buffer-file-coding-system.

So, um, do I use something like

  (length (encode-coding-string STR buffer-file-coding-system))

?



  reply	other threads:[~2014-03-19 17:56 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20140319033013.17542.14344@vcs.savannah.gnu.org>
     [not found] ` <E1WQ7Co-0004c8-Lo@vcs.savannah.gnu.org>
2014-03-19 13:15   ` [elpa] 02/04: company-clang: handle multibyte chars between bol and point Stefan
2014-03-19 14:08     ` Dmitry Gutov
2014-03-19 16:54       ` Eli Zaretskii
2014-03-19 17:56         ` Dmitry Gutov [this message]
2014-03-19 18:33           ` Eli Zaretskii
2014-03-19 21:15             ` Dmitry Gutov
2014-03-20  2:56               ` Dmitry Gutov
2014-03-20  3:58                 ` Eli Zaretskii
2014-03-20  4:10                   ` Dmitry Gutov
2014-03-20 16:11                     ` Eli Zaretskii
2014-03-20 18:58                       ` Richard Stallman
2014-03-20 19:04                         ` Dmitry Gutov
2014-03-21 12:15                           ` Richard Stallman
2014-03-21  3:47                       ` Dmitry Gutov
2014-03-21  8:04                         ` Eli Zaretskii
2014-03-20  3:47               ` Eli Zaretskii
2014-03-19 16:40     ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5329DA52.2030704@yandex.ru \
    --to=dgutov@yandex.ru \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.