From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Thanos Apollo Newsgroups: gmane.emacs.devel Subject: Re: Unicode characters display issue Date: Sun, 02 Jul 2023 14:53:59 +0300 Message-ID: <878rbyldzy.fsf@zeus> References: <878rbymvak.fsf@zeus> <83mt0eo7jz.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="17939"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.8.13; emacs 28.2 Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jul 02 14:01:47 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qFvly-0004Tc-Pf for ged-emacs-devel@m.gmane-mx.org; Sun, 02 Jul 2023 14:01:46 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qFvkz-0000q2-JO; Sun, 02 Jul 2023 08:00:45 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qFvkx-0000oV-EJ for emacs-devel@gnu.org; Sun, 02 Jul 2023 08:00:43 -0400 Original-Received: from relay3-d.mail.gandi.net ([217.70.183.195]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qFvkt-00038d-Ns; Sun, 02 Jul 2023 08:00:43 -0400 X-GND-Sasl: public@thanosapollo.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thanosapollo.com; s=gm1; t=1688299235; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=4TaQlQlOWYdM9r1siGrE6kDsNnzdGwq+gsF05+M1Smw=; b=IfWUoWxchdfpY0JZokjdV91PlgdBA0jFGhS0C/lm0vx96OBVx89XHXXJcE25txpu+CGnj7 4c6LS22dM3bMvsUoQwjfjNTOxAYd10LHMIs6qZz7Yus3oQPOcyV62OPbYnVrgg5SN4hLmj wpZCjnfVE/+rHUGe6dWoyuACz7/lFLWua17z8RpISHp+dvzl0VCeZ/i8mPUiTxO5EafR3K WkSQb4ulCG6T+GipaE3YpcOjf53LEHmBqhNgf9gMGGHNkZ3b+ynuURdpENFOjH8NNwaVgU cOZMrF52rnnIJgNFfGbQCcx5Xc8kgw35XoLVNSeJUTpiOGLqrQEm8BdMeCZKaA== X-GND-Sasl: public@thanosapollo.com Original-Received: by mail.gandi.net (Postfix) with ESMTPSA id 51E5E60004; Sun, 2 Jul 2023 12:00:35 +0000 (UTC) In-reply-to: <83mt0eo7jz.fsf@gnu.org> Received-SPF: permerror client-ip=217.70.183.195; envelope-from=public@thanosapollo.com; helo=relay3-d.mail.gandi.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01, T_SPF_PERMERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:307356 Archived-At: Eli Zaretskii writes: > It's hard to answer your questions without knowing what you did, > exactly. Can you come up with a simplified Lisp program that behaves > like you describe, so that we could study it and see what you are > doing wrong? Thanks for the reply! ``` (switch-to-buffer (url-retrieve-synchronously "https://www.youtube.com/results?search_query=greece+survivor" t t)) ``` After evaluating the above code and searching forward for "videoid" you will be presented with unicode character sequences. -- Thanos https://thanosapollo.com